SUPPORT-9155: fix auth
This commit is contained in:
parent
b5dbec4d76
commit
17a6344a83
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export abstract class AuthGuard implements CanActivate {
|
|||
let consoleError = error + ', error description = ' + errorDescription;
|
||||
this.messageService.error(errorMessage);
|
||||
console.error(consoleError);
|
||||
return false;
|
||||
}
|
||||
if (code && state) {
|
||||
const params = new HttpParams().set('code', code).set('state', state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue