1
This commit is contained in:
@@ -28,7 +28,8 @@ pub struct UserAccount {
|
||||
pub(crate) password_hash: String,
|
||||
pub(crate) password_login_enabled: bool,
|
||||
pub(crate) token_version: u64,
|
||||
pub(crate) user_tags: Vec<String>,
|
||||
#[default(None::<Vec<String>>)]
|
||||
pub(crate) user_tags: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[spacetimedb::table(
|
||||
|
||||
Reference in New Issue
Block a user