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
After a user clicks to log in, a popup window is created for email verification. However, once the email is verified and the user is expected to return to the popup, the window does not come to the forefront as intended, even after invoking popupWindow.focus(). Additionally, popupWindow is logged as null in the useEffect hook, suggesting that the window reference is lost.
Steps to Reproduce
Enter your email and click on the 'Login' button to trigger the popup window.
Navigate away from the popup window to check email for verification.
Verify the email.
Expect the popup window to come into focus automatically.
After a user clicks to log in, a popup window is created for email verification. However, once the email is verified and the user is expected to return to the popup, the window does not come to the forefront as intended, even after invoking
popupWindow.focus()
. Additionally,popupWindow
is logged asnull
in theuseEffect
hook, suggesting that the window reference is lost.Steps to Reproduce
code:
dscan/src/popup.jsx
Line 56 in aab4109
dscan/src/popup.jsx
Line 114 in aab4109
The text was updated successfully, but these errors were encountered: