diff --git a/src/app/authorize/pages/authorize/authorize.component.ts b/src/app/authorize/pages/authorize/authorize.component.ts index fb224210e..698d30836 100644 --- a/src/app/authorize/pages/authorize/authorize.component.ts +++ b/src/app/authorize/pages/authorize/authorize.component.ts @@ -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 }