deepsites / lib /get-cookie-name.ts
enzostvs's picture
enzostvs HF Staff
initial commit
13ae717
Raw
History Blame Contribute Delete
75 Bytes
export default function MY_TOKEN_KEY() {
return "deepsite-auth-token";
}