From 3d5c0a9b97803459d7b8bc681d86815d09bdda43 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 10 Jul 2024 15:57:02 +0200 Subject: [PATCH] Set loading indicator on automatic sso flow (#10028) --- apps/web/src/app/auth/sso.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/app/auth/sso.component.ts b/apps/web/src/app/auth/sso.component.ts index b1b22ecafcc..bb41a709d33 100644 --- a/apps/web/src/app/auth/sso.component.ts +++ b/apps/web/src/app/auth/sso.component.ts @@ -93,6 +93,7 @@ export class SsoComponent extends BaseSsoComponent { if (qParams.identifier != null) { // SSO Org Identifier in query params takes precedence over claimed domains this.identifierFormControl.setValue(qParams.identifier); + this.loggingIn = true; await this.submit(); } else { // Note: this flow is written for web but both browser and desktop