UI: Fixed race conditional when show login error dialog
This commit is contained in:
parent
1f518cddbe
commit
e0a96b8fb2
@ -350,7 +350,7 @@ export class AuthService {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else if (loginError) {
|
} else if (loginError) {
|
||||||
this.showLoginErrorDialog(loginError);
|
Promise.resolve().then(() => this.showLoginErrorDialog(loginError));
|
||||||
this.utils.updateQueryParam('loginError', null);
|
this.utils.updateQueryParam('loginError', null);
|
||||||
return throwError(Error());
|
return throwError(Error());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user