You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use some pretty limited SSO sessions (1h), and all the time when the session expires, I have to close all my session tabs and launch again because I can open a new tab if there is any other one opened.
I forked the extension and commented out the section which checks if a tab exists, and it fixed my issue. Could you allow this to be flagged somehow? Ideally, there should be possible to check if the session expired, but it probably is not possible.
The text was updated successfully, but these errors were encountered:
I did a quick fix as proposed by @bkmeneguello
I believe this is sufficient as we need to rewrite the code anyhow pretty soon, at least for some parts when upgrading manifest from 2 to 3. Manifest 2 will be deprecated in a next month.
I use some pretty limited SSO sessions (1h), and all the time when the session expires, I have to close all my session tabs and launch again because I can open a new tab if there is any other one opened.
I forked the extension and commented out the section which checks if a tab exists, and it fixed my issue. Could you allow this to be flagged somehow? Ideally, there should be possible to check if the session expired, but it probably is not possible.
The text was updated successfully, but these errors were encountered: