forked from 409/chat-app-frontend
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export const AUTH_COOIKIE_NAME: string = 'auth-token' as const;
|