From ecf1edfb3eff0b2c38ad64ecc86e5b47ac03fad0 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Wed, 9 Dec 2020 15:30:29 -0600 Subject: [PATCH] Specify to 2fa we're coming from sso (#218) This will allow for closing of 2fa window to optionally alter behavior for 2fa logins Co-authored-by: Matt Gibson --- src/angular/components/sso.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/angular/components/sso.component.ts b/src/angular/components/sso.component.ts index f0b2f1d41e..655be7db7f 100644 --- a/src/angular/components/sso.component.ts +++ b/src/angular/components/sso.component.ts @@ -145,6 +145,7 @@ export class SsoComponent { this.router.navigate([this.twoFactorRoute], { queryParams: { identifier: orgIdFromState, + sso: 'true' }, }); }