mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix 2FA on login
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
this.$props.user.password = '';
|
this.$props.user.password = '';
|
||||||
this.$data.showSpinner = false;
|
this.$data.showSpinner = false;
|
||||||
this.$router.push({name: 'checkpoint', query: {token: response.login_token}});
|
this.$router.push({name: 'checkpoint', query: {token: response.token}});
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
this.$props.user.password = '';
|
this.$props.user.password = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user