mentorenwahl/frontend_old/src/lib/cookieNames.ts

3 lines
67 B
TypeScript

const BASE = "mentorenwahl_";
export const TOKEN = BASE + "token";