Skip to content

Commit d0348a4

Browse files
committed
Fix 2FA on login
1 parent 4c4f6d3 commit d0348a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/scripts/components/auth/LoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
8585
this.$props.user.password = '';
8686
this.$data.showSpinner = false;
87-
this.$router.push({name: 'checkpoint', query: {token: response.login_token}});
87+
this.$router.push({name: 'checkpoint', query: {token: response.token}});
8888
})
8989
.catch(err => {
9090
this.$props.user.password = '';

0 commit comments

Comments
 (0)