소스 검색

"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) { if ("iAmSmart" == location?.state?.loginMethod) {
setOnReady(true); setOnReady(true);
} else { } else {
//setOnReady(true);
navigate('/dashboard'); navigate('/dashboard');
} }
}, []); }, []);


+ 1
- 1
src/translations/en.json 파일 보기

@@ -162,7 +162,7 @@
"loginErrorMessage6":"User account not found", "loginErrorMessage6":"User account not found",


"loginSuccessMessage1":"User account link up success", "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", "loginSuccessMessage3":"Continue to use e-Service",


"oldPassword": "Old Password", "oldPassword": "Old Password",


불러오는 중...
취소
저장