Wrap 2fa auth in DEBUG checks

Currently although you can log in with 2fa things break
after than. All of the auth code needs a bit of love to
sort this out.
This commit is contained in:
addshore 2017-05-14 15:23:34 +02:00
parent eb58a847b1
commit 904ea4554e
2 changed files with 9 additions and 3 deletions

View file

@ -178,5 +178,6 @@ Tap this message (or hit back) to skip this step.</string>
<string name="maximum_limit">Maximum Limit</string>
<string name="maximum_limit_alert">Maximum limit should be 500</string>
<string name="set_limit">Set Recent Upload Limit</string>
<string name="login_failed_2fa_not_supported">Two factor authentication is currently not supported.</string>
</resources>