From 1075fedad380bc864aaaf26b31c372cc32ba1ae7 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Mon, 17 Aug 2020 10:52:52 -0500 Subject: [PATCH] Unable to handle this way - Firefox Conflict --- src/popup/accounts/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/accounts/home.component.ts b/src/popup/accounts/home.component.ts index c1504b313a..49ec71d8a8 100644 --- a/src/popup/accounts/home.component.ts +++ b/src/popup/accounts/home.component.ts @@ -48,7 +48,7 @@ export class HomeComponent { const redirectUri = url + '/sso-connector.html'; // Launch browser - window.open(url + '/#/sso?clientId=browser' + + this.platformUtilsService.launchUri(url + '/#/sso?clientId=browser' + '&redirectUri=' + encodeURIComponent(redirectUri) + '&state=' + state + '&codeChallenge=' + codeChallenge); }