mentorenwahl/frontend/src/cookie_names.rs

5 lines
119 B
Rust

use const_format::concatcp;
pub const BASE: &str = "mentorenwahl_";
pub const TOKEN: &str = concatcp!(BASE, "token");