Fix incorrect route name

This commit is contained in:
Jonathan Reinink 2021-05-11 08:09:29 -04:00
parent 54dfa567d4
commit d5fa662a54
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default {
},
methods: {
login() {
this.form.post(this.route('login.attempt'))
this.form.post(this.route('login.store'))
},
},
}