Feature Request: Autofill Suggested Email When Clicking on Email Field + Add "Login with Google" Button #10284
ralfdigitalagency
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently, when entering login credentials, the password field suggests autofill options after the email is entered. However, the email field itself does not provide a similar suggestion when clicked. This requires users to manually type the email and do not support browser autofill.
Additionally, adding a "Login with Google" button would streamline the authentication process, allowing users to log in more quickly without manually entering their credentials.
Suggested Improvements
Autofill Suggested Email:
When a user clicks on the email field, the app should display a suggested email (if previously saved), allowing for a quicker selection—similar to how the password field suggests saved credentials after entering the email.
Add "Login with Google" Button:
Implement a Google OAuth sign-in button to allow users to log in with their Google account in one click.
This can reduce login friction and improve user convenience.
Benefits
Faster Login: Reduces manual input, making the process more seamless.
Improved UX: Creates a consistent experience between the email and password fields.
Convenience: Users can log in with their Google account, eliminating the need to remember passwords.
Additional Context
These features are already common in modern authentication systems and would significantly improve the user experience.
Beta Was this translation helpful? Give feedback.
All reactions