UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

10 lines (7 loc) 234 B
export const lastLoginMethodLocalization = { /** @remarks `"Last used"` */ lastUsed: "Last used", /** @remarks `"Last"` */ lastUsedShort: "Last" } export type LastLoginMethodLocalization = typeof lastLoginMethodLocalization