Skip to content
Snippets Groups Projects
Commit de2504ad authored by Tae Hoon's avatar Tae Hoon
Browse files

fix typo

parent 2e77a3ff
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment