From 5f18f7df646ce5d2637b29fca557ca00766682c7 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 19 Jul 2020 14:12:26 +0800 Subject: Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to fix wrong password error. Show an info to guide users how to type in 2FA code. --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values/strings.xml') 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 @@ Try loading the video on Redgifs %1$s pts - - Hello blank fragment + + If you have 2-factor authentication enabled, kindly type your password like the following: <password>:<2FA code>.\nExample: yourpass:123456 -- cgit v1.2.3