deepsiteV2 / lib /get-cookie-name.ts
ongudidan's picture
Initial DeepSite v2 upload
cececac
raw
history blame
75 Bytes
export default function MY_TOKEN_KEY() {
return "deepsite-auth-token";
}