mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Set loading indicator on automatic sso flow (#10028)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user