mentorenwahl/frontend/src/cookie_names.rs

5 lines
119 B
Rust
Raw Normal View History

2022-11-04 20:23:36 +00:00
use const_format::concatcp;
pub const BASE: &str = "mentorenwahl_";
pub const TOKEN: &str = concatcp!(BASE, "token");