Skip to content

Commit

Permalink
Update tenant ID
Browse files Browse the repository at this point in the history
  • Loading branch information
elirehema committed Sep 3, 2024
1 parent 75e16fb commit 4788efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/signin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
},
methods: {
login() {
this.payload.tenantId = 300;
this.payload.tenantId = 1;
this.$store.dispatch("_authenticate_then_login", this.payload)
},
nativateToHere(id) {
Expand Down

0 comments on commit 4788efe

Please sign in to comment.