We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0d892 commit 2023c90Copy full SHA for 2023c90
src/popup/searchinterface.js
@@ -34,7 +34,7 @@ function view(ctl, params) {
34
var self = this;
35
36
let url = "";
37
- const authUrl = helpers.parseAuthUrl((window && `${window.location.href}`) || null);
+ const authUrl = helpers.parseAuthUrl(window?.location?.href ?? null);
38
if (this.popup.settings.authRequested && authUrl) {
39
url = new BrowserpassURL(authUrl);
40
} else {
0 commit comments