Skip to content

Commit 5ad187c

Browse files
committed
fix typecheck
1 parent cdacb8e commit 5ad187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/core/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class SlipAuthCore {
6666

6767
this.#passwordHashingMethods = {
6868
hash: defaultHashPasswordMethod,
69-
verify: defaultHashPasswordMethod,
69+
verify: defaultVerifyPasswordMethod,
7070
};
7171
}
7272

0 commit comments

Comments
 (0)