mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-20 21:03:16 +08:00
fix: cookie modal not being shown for new users
This commit is contained in:
parent
cc00295a5d
commit
8ddb23ac40
1 changed files with 1 additions and 4 deletions
|
@ -16,10 +16,7 @@ type Accepted = z.infer<typeof AcceptedSchema>;
|
|||
const acceptedCookiesLS = new LocalStorageWithSchema({
|
||||
key: "acceptedCookies",
|
||||
schema: AcceptedSchema,
|
||||
fallback: {
|
||||
security: false,
|
||||
analytics: false,
|
||||
},
|
||||
fallback: undefined,
|
||||
});
|
||||
|
||||
function setAcceptedObject(obj: Accepted): void {
|
||||
|
|
Loading…
Reference in a new issue