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