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