Change revertNinjinLogo's Cookie name

This commit is contained in:
Nuiqka 2024-11-23 14:59:51 +01:00 committed by GitHub
parent 9a45b10d22
commit 0eb294a850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,6 @@ export const prerender = true;
export function load({ cookies }) { export function load({ cookies }) {
return { return {
revertNinjinLogo: cookies.get('ninjin_af#eg@api/activate-revert-logo') || 'false' revertNinjinLogo: cookies.get('ninjin_nuiqka#eg@api/activate-revert-logo') || 'false'
}; };
} }