Login page - click Twice

Hello,

Don't have the issue either with 69.0.3497.100 on Windows 10, or 67.0.3396.99 on LinuxMint. What do I miss?
 
It does not make any difference on my side.

Probably Directadmin developers could replicate the issue on their ends... or you can provide a video from your screen which would show the issue.
 
Same here, there is nothing to record. It is simple, first time click on "SIGN IN TO ACCOUNT" nothing happens, just after second time click login actualy is succesfull.
 
solution is simple button need autofocus

<button type="button" class="button cursor:pointer -theme-safe -size-big" autofocus></button>
 
Autofocus has been added to the latest version. Thank you for the report. It should have affected only the cases where browser autofills username/password.
 
Back
Top