mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-08-02 12:24:52 +02:00
fix session deserialize
This commit is contained in:
parent
7a9f6caede
commit
b36f989a23
4 changed files with 42 additions and 32 deletions
|
|
@ -245,6 +245,7 @@ async fn login_callback(
|
|||
error!("{e:?}");
|
||||
Error::SteamAuth
|
||||
})?;
|
||||
info!(steam_id, "received steam login callback");
|
||||
let steam_id = SteamId::new(steam_id);
|
||||
let user = User::get(&app.connection, steam_id).await?;
|
||||
let mut session = Session::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue