From bdf58c0b2d0cbcd51f5401828b6b24f72932e37f Mon Sep 17 00:00:00 2001 From: anna Date: Tue, 2 Jul 2024 11:37:40 +0800 Subject: [PATCH] "iAM Smart" update Login Success UI --- src/pages/iAmSmart/SuccessCallback/index.js | 1 + src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/iAmSmart/SuccessCallback/index.js b/src/pages/iAmSmart/SuccessCallback/index.js index 6356280..19172cb 100644 --- a/src/pages/iAmSmart/SuccessCallback/index.js +++ b/src/pages/iAmSmart/SuccessCallback/index.js @@ -36,6 +36,7 @@ const Index = () => { if ("iAmSmart" == location?.state?.loginMethod) { setOnReady(true); } else { + //setOnReady(true); navigate('/dashboard'); } }, []); diff --git a/src/translations/en.json b/src/translations/en.json index fe39296..f982676 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -162,7 +162,7 @@ "loginErrorMessage6":"User account not found", "loginSuccessMessage1":"User account link up success", - "loginSuccessMessage2":"You are our existing user and successfully linked your existing account.
From now on, you can log in through \"iAm Smart\".", + "loginSuccessMessage2":"You are our existing user and successfully linked your existing account.
From now on, you can log in through \"iAM Smart\".", "loginSuccessMessage3":"Continue to use e-Service", "oldPassword": "Old Password",