SUPPORT-8788:fix
This commit is contained in:
parent
f1f923dfd1
commit
ca9f2709f4
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export abstract class AuthGuard implements CanActivate {
|
||||||
.then(url => {
|
.then(url => {
|
||||||
window.open(url, "_self");
|
window.open(url, "_self");
|
||||||
return true;
|
return true;
|
||||||
}).catch((reason)=>{
|
}).catch((reason)=> {
|
||||||
console.error(reason);
|
console.error(reason);
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue