Logging in and Signing up on the client done
Tons of bug fixes too
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#[derive(serde::Deserialize, serde::Serialize)]
|
||||
pub struct ClientUser {
|
||||
pub id: i64,
|
||||
pub username: String,
|
||||
pub email: String,
|
||||
pub avatar: String,
|
||||
pub servers: Vec<String>,
|
||||
pub token: String,
|
||||
}
|
||||
Reference in New Issue
Block a user