logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 1fc460a7a518f9a33e5b453070dc57e9e463fda1
parent: 2e77a3ffeff8cf003b6d040623d672ef087c80c2
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 13 Jun 2019 19:05:05 +0000

Merge branch 'hotfix-token-auth' into 'develop'

Fix broken token authentication

See merge request pleroma/pleroma-fe!831

Diffstat:

Msrc/components/login_form/login_form.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/login_form/login_form.js b/src/components/login_form/login_form.js @@ -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({