mentorenwahl/frontend_old/src/lib/cookieNames.ts
Dominic Grimm 860ae7ed5e
All checks were successful
continuous-integration/drone/push Build is passing
Rewrite frontend in rust with yew
2022-11-04 21:23:36 +01:00

3 lines
67 B
TypeScript

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