Bläddra i källkod

"iAM Smart" update Login Success UI

CR003
Anna Ho 1 år sedan
förälder
incheckning
bdf58c0b2d
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. +1
    -0
      src/pages/iAmSmart/SuccessCallback/index.js
  2. +1
    -1
      src/translations/en.json

+ 1
- 0
src/pages/iAmSmart/SuccessCallback/index.js Visa fil

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


+ 1
- 1
src/translations/en.json Visa fil

@@ -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",


Laddar…
Avbryt
Spara