Add support for custom pronouns

pull/5/head
~erin 2021-07-17 15:52:30 -04:00
parent c70940c649
commit 595af0d0f5
Signed by: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ use serde::{Deserialize, Serialize};
pub struct User {
pub name: String,
pub pin_hashed: String,
pub pronouns: String,
pub sessionToken: String,
}