Get and store steam username and display it on the homepage
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
pub struct BaseDemoInfo {
|
||||
pub id: i64,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct UserStatus {
|
||||
pub name: String,
|
||||
pub steamid: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user