mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 00:03:46 +02:00
Working login form with password reset functionality.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
submitToken: function () {
|
||||
const self = this;
|
||||
|
||||
axios.post(this.route('auth.checkpoint'), {
|
||||
axios.post(this.route('auth.login-checkpoint'), {
|
||||
confirmation_token: this.$route.query.token,
|
||||
authentication_code: this.$data.code,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user