1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

Unable to handle this way - Firefox Conflict

This commit is contained in:
Matt Smith 2020-08-17 10:52:52 -05:00
parent fb01054539
commit 1075fedad3

View File

@ -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);
}