Let user sign message directly after connect wallet and start Sign In process immediately if a specific query string param was provided #1043
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.
Hello,
Some users, especially who are new to crypto, gave a feedback about getting confused because of the need to click 2 times to Sign In: The first click to Connect Wallet + Another click to Sing a Message.
Additionally, when the user follow the link from the landing page, he is still needs to click additional 2 times to finally sign in.
This small MR enhances the UX by:
app.domain.com?sign-in-directly=true
, or for shortapp.domain.com?sid=1
, and the user would not need to press the Sign In button after he already pressed 'Lunch App' for example. In this case, the total of 3 clicks would be reduced to 1.We plan on implementing those changes at https://highcoiny.com. And we hope it will help other service providers. So, please, try it and let us know if you have any suggestions.
Thanks,