deepsite / lib /get-cookie-name.ts
enzostvs's picture
enzostvs HF Staff
initial
c10f8f8
raw
history blame
75 Bytes
export default function MY_TOKEN_KEY() {
return "deepsite-auth-token";
}