feat(auth): add constant for authentication cookie

This commit is contained in:
ngc2207 2025-01-31 19:42:34 +08:00
parent c97e2f4a3a
commit e1dfce9f26

View File

@ -0,0 +1 @@
export const AUTH_COOKIE = "massbug-judge4c-session";