mentorenwahl/frontend_old/src/lib/cookieNames.ts

3 lines
67 B
TypeScript
Raw Normal View History

2022-02-13 08:40:06 +00:00
const BASE = "mentorenwahl_";
export const TOKEN = BASE + "token";