mirror of
https://github.com/BradNut/example-sveltekit-email-password-webauthn
synced 2025-09-08 17:40:27 +00:00
fix hooks
This commit is contained in:
parent
2d91168164
commit
63d000bce7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { RefillingTokenBucket } from "$lib/server/rate-limit";
|
||||
import { validateSessionToken, setSessionTokenCookie, deleteSessionTokenCookie } from "$lib/server/session";
|
||||
import { sequence } from "@sveltejs/kit/hooks";
|
||||
|
||||
import type { Handle } from "@sveltejs/kit";
|
||||
import { sequence } from "@sveltejs/kit/hooks";
|
||||
|
||||
const bucket = new RefillingTokenBucket<string>(100, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue