feat(deps): update to arctic 3
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 34s

This commit is contained in:
uku 2025-02-04 14:33:52 +01:00
parent 3befba2f5c
commit df35978722
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 12 additions and 7 deletions

View file

@ -16,5 +16,6 @@ export interface User {
export interface CookieData {
state: string;
codeVerifier: string;
next: string;
}