@better-auth-ui/core
Version:
Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.
12 lines (11 loc) • 372 B
JavaScript
import { t as e } from "../../create-auth-plugin-BXWyolC8.js";
//#region src/plugins/last-login-method/last-login-method-localization.ts
var t = {
lastUsed: "Last used",
lastUsedShort: "Last"
}, n = e("lastLoginMethod", (e = {}) => ({ localization: {
...t,
...e.localization
} }));
//#endregion
export { t as lastLoginMethodLocalization, n as lastLoginMethodPlugin };