1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-08-11 13:01:51 -04:00
This commit is contained in:
taehoon 2019-06-13 15:00:13 -04:00
parent 2e77a3ffef
commit de2504ad6c

@ -23,7 +23,7 @@ const LoginForm = {
...mapMutations('authFlow', ['requireMFA']),
...mapActions({ login: 'authFlow/login' }),
submit () {
this.isTokenMethod ? this.submitToken() : this.submitPassword()
this.isTokenAuth ? this.submitToken() : this.submitPassword()
},
submitToken () {
oauthApi.login({