Browse Source
When an existing non-SSO account is associated with an SSO login via `SSO_SIGNUPS_MATCH_EMAIL`, the user's `verified_at` is never set, even though the provider vouches for the address on every SSO login. Such users keep seeing the "verify your email" nudge unless they go through the manual email verification flow. Now `verified_at` is set on SSO login when the provider email matches the locally stored one, mirroring the existing behavior for new SSO users which get `verified_at` set on signup under the same conditions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>pull/7465/head
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue