omnidev / lib /get-cookie-name.ts
kalhdrawi's picture
ุฃูˆู„ ุฑูุน ู„ู„ู…ู„ูุงุช ุฅู„ู‰ ุงู„ุณุจูŠุณ kalhdrawi/omnidev
1cf8f01
raw
history blame
75 Bytes
export default function MY_TOKEN_KEY() {
return "deepsite-auth-token";
}