mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
Unable to handle this way - Firefox Conflict
This commit is contained in:
parent
fb01054539
commit
1075fedad3
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user