I have an application using both username/password login and Google OAuth, and I’m using a Lock-based Universal Login page for login/sign up.
Is it possible to change the order of the login options from within the Lock widget? Specifically, by default Sign in with Google is shown above the username/password fields, but I would like to reverse that. I’ve tried using the allowedConnections option in Lock but it doesn’t appear to respect the ordering, just defines what is enabled or not. I would like to make this change but don’t want to (for example) use jQuery to move div elements around inside the widget.
Thanks for your advice.