mentorenwahl/docker/frontend/lib/cookieNames.ts

3 lines
76 B
TypeScript
Raw Normal View History

2022-02-02 14:38:36 +00:00
export const _BASE = "mentorenwahl_";
export const TOKEN = _BASE + "token";