Skip to content

Commit 4788efe

Browse files
committed
Update tenant ID
1 parent 75e16fb commit 4788efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/signin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default {
107107
},
108108
methods: {
109109
login() {
110-
this.payload.tenantId = 300;
110+
this.payload.tenantId = 1;
111111
this.$store.dispatch("_authenticate_then_login", this.payload)
112112
},
113113
nativateToHere(id) {

0 commit comments

Comments
 (0)