forked from Ruderverein-Donau-Linz/rowt
fix bug
This commit is contained in:
parent
055c330a3e
commit
734bbd434e
@ -18,6 +18,7 @@ pub struct User {
|
|||||||
pub is_cox: bool,
|
pub is_cox: bool,
|
||||||
is_admin: bool,
|
is_admin: bool,
|
||||||
is_guest: bool,
|
is_guest: bool,
|
||||||
|
#[serde(default = "bool::default")]
|
||||||
deleted: bool,
|
deleted: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user