Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User portal url is not defined #53

Open
li-xin-yi opened this issue Mar 1, 2024 · 1 comment
Open

User portal url is not defined #53

li-xin-yi opened this issue Mar 1, 2024 · 1 comment

Comments

@li-xin-yi
Copy link
Contributor

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 });

@li-xin-yi
Copy link
Contributor Author

I see. It may be designed for enterprise users. Just keep it but hard to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant