Browse Source

"iAM Smart" update Login Success UI

CR003
Anna Ho 1 year ago
parent
commit
bdf58c0b2d
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      src/pages/iAmSmart/SuccessCallback/index.js
  2. +1
    -1
      src/translations/en.json

+ 1
- 0
src/pages/iAmSmart/SuccessCallback/index.js View File

@@ -36,6 +36,7 @@ const Index = () => {
if ("iAmSmart" == location?.state?.loginMethod) {
setOnReady(true);
} else {
//setOnReady(true);
navigate('/dashboard');
}
}, []);


+ 1
- 1
src/translations/en.json View File

@@ -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.<br/>From now on, you can log in through \"iAm Smart\".",
"loginSuccessMessage2":"You are our existing user and successfully linked your existing account.<br/>From now on, you can log in through \"iAM Smart\".",
"loginSuccessMessage3":"Continue to use e-Service",

"oldPassword": "Old Password",


Loading…
Cancel
Save