ソースを参照

on iamsmart fail page

CR003
Anna Ho 1年前
コミット
428abdc670
2個のファイルの変更4行の追加4行の削除
  1. +2
    -2
      src/pages/authentication/ForgotPassword/AuthCallback/index.js
  2. +2
    -2
      src/pages/authentication/ForgotUsername/AuthCallback/index.js

+ 2
- 2
src/pages/authentication/ForgotPassword/AuthCallback/index.js ファイルの表示

@@ -115,11 +115,11 @@ const Index = () => {
onFail: (response)=>{
console.log("Fail");
console.log(response);
// window.location.assign("/iamsmart/loginFail");
window.location.assign("/iamsmart/loginFail");
},
onError:(error)=>{
console.log(error);
// window.location.assign("/iamsmart/loginFail");
window.location.assign("/iamsmart/loginFail");
}
});
}


+ 2
- 2
src/pages/authentication/ForgotUsername/AuthCallback/index.js ファイルの表示

@@ -119,11 +119,11 @@ const Index = () => {
onFail: (response)=>{
console.log("Fail");
console.log(response);
// window.location.assign("/iamsmart/loginFail");
window.location.assign("/iamsmart/loginFail");
},
onError:(error)=>{
console.log(error);
// window.location.assign("/iamsmart/loginFail");
window.location.assign("/iamsmart/loginFail");
}
});
}


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