Bladeren bron

"iAM Smart" update Login Success UI

CR003
Anna Ho 1 jaar geleden
bovenliggende
commit
bdf58c0b2d
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. +1
    -0
      src/pages/iAmSmart/SuccessCallback/index.js
  2. +1
    -1
      src/translations/en.json

+ 1
- 0
src/pages/iAmSmart/SuccessCallback/index.js Bestand weergeven

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


+ 1
- 1
src/translations/en.json Bestand weergeven

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


Laden…
Annuleren
Opslaan