send triptype to frontend
This commit is contained in:
@ -16,7 +16,7 @@ pub struct User {
|
||||
pub name: String,
|
||||
pw: Option<String>,
|
||||
pub is_cox: bool,
|
||||
is_admin: bool,
|
||||
pub is_admin: bool,
|
||||
is_guest: bool,
|
||||
#[serde(default = "bool::default")]
|
||||
deleted: bool,
|
||||
|
Reference in New Issue
Block a user