UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

17 lines (14 loc) 247 B
export type PasswordValidation = { /** * Maximum password length */ maxLength?: number /** * Minimum password length */ minLength?: number /** * Password validation regex */ regex?: RegExp }