mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
chore:lint
This commit is contained in:
@@ -155,7 +155,7 @@ export type AuthContext = {
|
||||
secondaryStorage: SecondaryStorage | undefined;
|
||||
password: {
|
||||
hash: (password: string) => Promise<string>;
|
||||
verify: (password: string,hash: string) => Promise<boolean>;
|
||||
verify: (password: string, hash: string) => Promise<boolean>;
|
||||
config: {
|
||||
minPasswordLength: number;
|
||||
maxPasswordLength: number;
|
||||
|
||||
Reference in New Issue
Block a user