-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.