forked from AkkomaGang/akkoma-fe
fix typo
This commit is contained in:
parent
2e77a3ffef
commit
de2504ad6c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const LoginForm = {
|
||||||
...mapMutations('authFlow', ['requireMFA']),
|
...mapMutations('authFlow', ['requireMFA']),
|
||||||
...mapActions({ login: 'authFlow/login' }),
|
...mapActions({ login: 'authFlow/login' }),
|
||||||
submit () {
|
submit () {
|
||||||
this.isTokenMethod ? this.submitToken() : this.submitPassword()
|
this.isTokenAuth ? this.submitToken() : this.submitPassword()
|
||||||
},
|
},
|
||||||
submitToken () {
|
submitToken () {
|
||||||
oauthApi.login({
|
oauthApi.login({
|
||||||
|
|
Loading…
Reference in a new issue