diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-19 06:12:26 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-19 06:12:26 +0000 |
commit | 5f18f7df646ce5d2637b29fca557ca00766682c7 (patch) | |
tree | 193958ddb26b815e6a8cb277ac3e2b2b3a8161ab /app/src/main/res/values | |
parent | f37a46e2c234fe50efcc867fdd224a14dcbfe45e (diff) | |
download | infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.tar infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.tar.gz infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.tar.bz2 infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.tar.lz infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.tar.xz infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.tar.zst infinity-for-reddit-5f18f7df646ce5d2637b29fca557ca00766682c7.zip |
Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to fix wrong password error. Show an info to guide users how to type in 2FA code.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 591a7c92..447922e7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -847,7 +847,7 @@ <string name="load_video_in_redgifs">Try loading the video on Redgifs</string> <string name="top_score">%1$s pts</string> - <!-- TODO: Remove or change this placeholder text --> - <string name="hello_blank_fragment">Hello blank fragment</string> + + <string name="login_activity_2fa_prompt">If you have 2-factor authentication enabled, kindly type your password like the following: <password>:<2FA code>.\nExample: yourpass:123456</string> </resources> |