Skip to content

Commit 1a67d1a

Browse files
committed
fix window
1 parent c130661 commit 1a67d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/routes/_auth+/forgot-password_.verify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function validate(request: Request, body: FormData | URLSearchParams) {
8787
{
8888
algorithm: verification.algorithm,
8989
validSeconds: verification.validSeconds,
90-
window: 50,
90+
window: 1,
9191
},
9292
)
9393
if (!result) {

app/routes/_auth+/signup_.verify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function validate(request: Request, body: URLSearchParams | FormData) {
7575
{
7676
algorithm: verification.algorithm,
7777
validSeconds: verification.validSeconds,
78-
window: 50,
78+
window: 1,
7979
},
8080
)
8181
if (!result) {

0 commit comments

Comments
 (0)