mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-18 14:55:18 -05:00
Debug cookie
This commit is contained in:
@@ -16,6 +16,7 @@ export const setCookie = (name: string, val: string, opts?: CookieOptions) => {
|
||||
parts.push(...opts.map((opt) => opt.join('=')))
|
||||
}
|
||||
const cookie = parts.join('; ')
|
||||
console.debug(cookie)
|
||||
document.cookie = cookie
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user