mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 11:56:43 -05:00
lint
This commit is contained in:
@@ -68,7 +68,7 @@ export const haveIBeenPwned = (options?: HaveIBeenPwnedOptions) =>
|
||||
before: [
|
||||
{
|
||||
matcher(ctx) {
|
||||
return ctx.path === "/sign-up/email"
|
||||
return ctx.path === "/sign-up/email";
|
||||
},
|
||||
handler: createAuthMiddleware(async (ctx) => {
|
||||
if (ctx.body?.password) {
|
||||
@@ -96,7 +96,6 @@ export const haveIBeenPwned = (options?: HaveIBeenPwnedOptions) =>
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
};
|
||||
},
|
||||
$ERROR_CODES: ERROR_CODES,
|
||||
|
||||
Reference in New Issue
Block a user