Working login form with password reset functionality.
This commit is contained in:
parent
c3e462ab2f
commit
d63624f607
21 changed files with 232 additions and 324 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue