We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdacb8e commit 5ad187cCopy full SHA for 5ad187c
src/runtime/core/core.ts
@@ -66,7 +66,7 @@ export class SlipAuthCore {
66
67
this.#passwordHashingMethods = {
68
hash: defaultHashPasswordMethod,
69
- verify: defaultHashPasswordMethod,
+ verify: defaultVerifyPasswordMethod,
70
};
71
}
72
0 commit comments