From e1dfce9f265712960a5e9011b68a3db4154d5566 Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Fri, 31 Jan 2025 19:42:34 +0800 Subject: [PATCH] feat(auth): add constant for authentication cookie --- src/features/auth/constants.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/features/auth/constants.ts diff --git a/src/features/auth/constants.ts b/src/features/auth/constants.ts new file mode 100644 index 0000000..8ecb4cd --- /dev/null +++ b/src/features/auth/constants.ts @@ -0,0 +1 @@ +export const AUTH_COOKIE = "massbug-judge4c-session";