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 => {
|
||||
window.open(url, "_self");
|
||||
return true;
|
||||
}).catch((reason)=>{
|
||||
}).catch((reason)=> {
|
||||
console.error(reason);
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue