You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSO account matching: signing in via OIDC no longer always creates a new account (e.g. username-1) when one with the same email already exists. An existing local account is now linked automatically when the provider reports a verified email (email_verified: true) and exactly one account holds that address. Unverified or ambiguous emails still get a separate account, preventing account takeover.