Fix incorrect route name
This commit is contained in:
parent
54dfa567d4
commit
d5fa662a54
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
login() {
|
||||
this.form.post(this.route('login.attempt'))
|
||||
this.form.post(this.route('login.store'))
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue