Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #753
Note: This PR is included in #759
Description
This PR implements an improved login experience for the Metakeep solution by skipping one step in the authentication flow. The previous prototype required two steps to access the Google Login Button. Now, it has been simplified to direct users straight to the Google Login Button. The main enhancements include:
Key changes:
LoginButtons
Component integrating the GoogleOneTap button and logic for handling the login flow for both EVM and Zero.EVMLoginButtons
andZeroLoginButtons
components with the newLoginButtons
component for a unified and streamlined interface.Test Scenarios
Screenshots
telos-wallet-login--better-flow.webm
Checklist: