Last Login Method
better-auth-ui/last-login-methodFreeComponent
Adds a localized last-used indicator to email and social sign-in methods tracked by Better Auth.
Live preview
live · rendered by the registry
Rendered by better-auth-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://better-auth-ui.com/r/last-login-method.jsonSource
1import { createAuthPlugin } from "@better-auth-ui/core"2import {3 lastLoginMethodPlugin as coreLastLoginMethodPlugin,4 type LastLoginMethodPluginOptions5} from "@better-auth-ui/core/plugins"67export const lastLoginMethodPlugin = createAuthPlugin(8 coreLastLoginMethodPlugin.id,9 (options: LastLoginMethodPluginOptions = {}) => ({10 ...coreLastLoginMethodPlugin(options)11 })12)
What it pulls in
npm packages
Other registry items
Files it writes
More from better-auth-ui
All 49 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Settingsaccount-settings | better-auth-ui | Components | Free | 2 deps | |
| Active Sessionsactive-sessions | better-auth-ui | Components | Free | 5 deps · 2 files | |
| Additional Fieldadditional-field | better-auth-ui | Components | Free | 5 deps | |
| Adminadmin | better-auth-ui | Components | Free | 4 deps · 3 files | |
| Anonymousanonymous | better-auth-ui | Components | Free | 4 deps · 3 files | |
| API Keyapi-key | better-auth-ui | Components | Free | 4 deps · 10 files | |
| Authauth | better-auth-ui | Components | Free | 2 deps | |
| Auth Providerauth-provider | better-auth-ui | Components | Free | 4 deps · 2 files |
