We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f98be commit d215784Copy full SHA for d215784
lib/msal-angular/src/msal.service.ts
@@ -62,10 +62,6 @@ export class MsalService implements IMsalService {
62
.then(() =>
63
this.instance.handleRedirectPromise(hash || this.redirectHash)
64
)
65
- .catch((error: AuthError) => {
66
- this.logger.error("Error while executing handleRedirectPromise");
67
- throw error; // Rethrow the error to ensure the return type matches
68
- })
69
.finally(() => {
70
// update inProgress state to none
71
this.injector.get(MsalBroadcastService).resetInProgressEvent();
0 commit comments