Skip to content

Commit d215784

Browse files
committed
removed HRP error handling from angular
1 parent a6f98be commit d215784

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/msal-angular/src/msal.service.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ export class MsalService implements IMsalService {
6262
.then(() =>
6363
this.instance.handleRedirectPromise(hash || this.redirectHash)
6464
)
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-
})
6965
.finally(() => {
7066
// update inProgress state to none
7167
this.injector.get(MsalBroadcastService).resetInProgressEvent();

0 commit comments

Comments
 (0)