omnidev / lib /get-cookie-name.ts
kalhdrawi's picture
Reupload OmniDev clean version
743dad3
raw
history blame
75 Bytes
export default function MY_TOKEN_KEY() {
return "deepsite-auth-token";
}