I was rewriting the popup page to enable one-click adding current domain to the white list, I noticed that the profile page is never defined but the code remains:
|
if (user.userPortalUrl !== undefined && user.userPortalUrl !== '') { |
Can I just let it redirect to https://codeium.com/profile ?
|
await chrome.tabs.create({ url: user.userPortalUrl }); |
I was rewriting the popup page to enable one-click adding current domain to the white list, I noticed that the profile page is never defined but the code remains:
codeium-chrome/src/popup.ts
Line 48 in 5cdb029
Can I just let it redirect to https://codeium.com/profile ?
codeium-chrome/src/popup.ts
Line 57 in 5cdb029