Use login_hint but do not auto submit passwordless form if sso is enabled

Reopening: Use login_hint but do not auto submit passwordless form

The potential suggested solution from the other post of setting prompt=select_account did not work and it still auto submits.

I want to prefill the identifier-first field with the login_hint email, but still give the option for someone to connect via sso instead.

The current behavior is that if login_hint is specified it auto submits and goes straight to passwordless. When I’d like to give them the option to sign in via google sso instead and have that use the login_hint.

image