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
On small screen mobile phones Lock v10's accept signup fields checkbox and the field will overlay the password field.
Minimum code to reproduce
// Try with a smaller vheight screenvarlock=newAuth0Lock(clientID,domain,{languageDictionary: {signUpTerms: "I agree to the <a href='/terms' target='_new'>terms of service</a> and <a href='/privacy' target='_new'>privacy policy</a>."},mustAcceptTerms: true});lock.show();
Screenshot
The text was updated successfully, but these errors were encountered:
hzalaz
changed the title
[v10] signup terms checkbox overlays password field on small devices.
Signup terms checkbox overlays password field on small devices.
Aug 2, 2016
On small screen mobile phones Lock v10's accept signup fields checkbox and the field will overlay the password field.
Minimum code to reproduce
Screenshot
The text was updated successfully, but these errors were encountered: