Get and store steam username and display it on the homepage
This commit is contained in:
@@ -15,7 +15,7 @@ pub struct UserSession {
|
||||
}
|
||||
|
||||
impl UserSession {
|
||||
const KEY: &'static str = "user.data";
|
||||
pub const KEY: &'static str = "user.data";
|
||||
|
||||
pub fn data(&self) -> &UserSessionData {
|
||||
&self.data
|
||||
|
||||
Reference in New Issue
Block a user