We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4f6d3 commit d0348a4Copy full SHA for d0348a4
resources/assets/scripts/components/auth/LoginForm.vue
@@ -84,7 +84,7 @@
84
85
this.$props.user.password = '';
86
this.$data.showSpinner = false;
87
- this.$router.push({name: 'checkpoint', query: {token: response.login_token}});
+ this.$router.push({name: 'checkpoint', query: {token: response.token}});
88
})
89
.catch(err => {
90
0 commit comments