diff --git a/src/user.rs b/src/user.rs index ebfcd80..81fb782 100644 --- a/src/user.rs +++ b/src/user.rs @@ -5,4 +5,6 @@ use serde::{Deserialize, Serialize}; pub struct User { pub name: String, pub pin_hashed: String, + pub pronouns: String, + pub sessionToken: String, }