allow to show full year

This commit is contained in:
2023-04-04 15:38:47 +02:00
parent 9ad8e6dfed
commit 476c4db255
4 changed files with 52 additions and 31 deletions

View File

@ -15,7 +15,7 @@ pub struct User {
pub id: i64,
pub name: String,
pw: Option<String>,
is_cox: bool,
pub is_cox: bool,
is_admin: bool,
is_guest: bool,
}