@better-auth-ui/core
Version:
Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.
6 lines (5 loc) • 354 B
TypeScript
export declare const SSO_EMAIL_STORAGE_KEY = "better-auth-ui.sso-email";
/** Read the email carried from SSO discovery into a fallback sign-in view. */
export declare function getSsoFallbackEmail(): string;
/** Persist the email used for SSO discovery for passwordless fallback views. */
export declare function setSsoFallbackEmail(email: string): void;