@@ -28,7 +28,6 @@ pub struct UserAccount {
|
||||
pub(crate) password_hash: String,
|
||||
pub(crate) password_login_enabled: bool,
|
||||
pub(crate) token_version: u64,
|
||||
#[default(Vec::<String>::new())]
|
||||
pub(crate) user_tags: Vec<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user