ソースを参照

"iAM Smart" update Login Success UI

CR003
Anna Ho 1年前
コミット
bdf58c0b2d
2個のファイルの変更2行の追加1行の削除
  1. +1
    -0
      src/pages/iAmSmart/SuccessCallback/index.js
  2. +1
    -1
      src/translations/en.json

+ 1
- 0
src/pages/iAmSmart/SuccessCallback/index.js ファイルの表示

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


+ 1
- 1
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.<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",


読み込み中…
キャンセル
保存