banner issues
This commit is contained in:
@@ -39,8 +39,12 @@ function Redirect() {
|
||||
if (res.status != 200 || res.internal_return < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
userApi.CompleteOauthLogin(res.data).then( (logRes)=>{
|
||||
console.log("OUATH FROm BACKEND",logRes);
|
||||
} )
|
||||
// "{"message":"Endpoint not found.","URI":"http:\/\/localhost:9083\/index.php\/en\/wrench\/api\/v1\/authstart"}[]"
|
||||
alert(JSON.stringify(res.data));
|
||||
//alert(JSON.stringify(res.data));
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user