Fix incorrect route name
This commit is contained in:
parent
54dfa567d4
commit
d5fa662a54
|
@ -44,7 +44,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
login() {
|
login() {
|
||||||
this.form.post(this.route('login.attempt'))
|
this.form.post(this.route('login.store'))
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue