Ver a proveniência

Merge branch 'New_Enhancement' of https://git.2fi-solutions.com/alex/PNSPS-frontend-MaterialUI into New_Enhancement

CR003
Alex Cheung há 1 ano
ascendente
cometimento
f02a69cb4d
2 ficheiros alterados com 4 adições e 4 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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");
}
});
}


Carregando…
Cancelar
Guardar