SUPPORT-8788:fix

This commit is contained in:
adel.kalimullin 2024-12-13 12:53:40 +03:00
parent f1f923dfd1
commit ca9f2709f4

View file

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