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
Currently the DOM of the user is only manipulated after a request for a new session has returned from the CaptchaService. This might take too long and the user might click on the captcha secured button before that function returns, thus the CAPTCHA overlay is not shown!
The Captcha overlay should inject itself earlier and show a loading indicator or something until the data has been loaded.
The text was updated successfully, but these errors were encountered:
Currently the DOM of the user is only manipulated after a request for a new session has returned from the CaptchaService. This might take too long and the user might click on the captcha secured button before that function returns, thus the CAPTCHA overlay is not shown!
The Captcha overlay should inject itself earlier and show a loading indicator or something until the data has been loaded.
The text was updated successfully, but these errors were encountered: