mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
fixes to SSO process (#1395)
This commit is contained in:
@@ -174,9 +174,8 @@ export default class RuntimeBackground {
|
||||
}
|
||||
|
||||
try {
|
||||
chrome.tabs.create({
|
||||
url: 'popup/index.html?uilocation=popout#/sso?code=' + msg.code + '&state=' + msg.state
|
||||
});
|
||||
BrowserApi.createNewTab('popup/index.html?uilocation=popout#/sso?code=' +
|
||||
msg.code + '&state=' + msg.state);
|
||||
}
|
||||
catch { }
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user