2 lines
90 B
Rust
2 lines
90 B
Rust
pub const MIN_PASSWORD_SIZE: usize = 8;
|
|
pub const COOKIE_DARK_THEME: &str = "dark_theme";
|