allow to show full year
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user