1
0
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:
Kyle Spearrin
2020-09-18 16:03:08 -04:00
committed by GitHub
parent ad4d67cc49
commit bf967089d1
4 changed files with 14 additions and 12 deletions

View File

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