chore:lint

This commit is contained in:
Bereket Engida
2024-11-17 08:06:20 +03:00
parent 5063c2acda
commit 2dd6f39142

View File

@@ -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;