fix: make logging in not mandatory
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
This commit is contained in:
parent
d1a3772f6c
commit
67d2358a37
12 changed files with 99 additions and 24 deletions
|
@ -13,3 +13,8 @@ export interface User {
|
|||
name: string;
|
||||
avatarHash: string;
|
||||
}
|
||||
|
||||
export interface CookieData {
|
||||
state: string;
|
||||
next: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue