recipes/common/src/consts.rs

2 lines
90 B
Rust

pub const MIN_PASSWORD_SIZE: usize = 8;
pub const COOKIE_DARK_THEME: &str = "dark_theme";