bug: login with loginHint
does not skip the username input
#6759
Labels
feature-request
Something cool or not cool
loginHint
does not skip the username input
#6759
Describe the bug
If invoked with a
loginHint
, the username/email filled in correctly, but user still have to click "Sign in" again in the logto page.For example, on the login page, the user has already input the email:
Call logto signIn method with a
loginHint
, then the user will be redirected to the following page:The user has to click the
Sign in
again, this is a terrible UX.Expected behavior
Show the page as if user clicks the
Sign in
in logto.For example, directly navigate the user to the following page:
How to reproduce?
Context
BTW, I also try the
identifier:sign_in
, but it doesn't work either.The text was updated successfully, but these errors were encountered: