Skip to content

Commit

Permalink
9619-show-interstitial-for-re-authorise-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Feb 11, 2025
1 parent 2daa6c3 commit 2ea01a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/authorize/pages/authorize/authorize.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export class AuthorizeComponent {
// 2. If the backend returned an error
if (this.oauthSession && this.oauthSession.error) {
this.showAuthorizationError = true
this.loading = false
return
}

Expand Down

0 comments on commit 2ea01a8

Please sign in to comment.