Skip to content

Commit

Permalink
правка перетерания токена
Browse files Browse the repository at this point in the history
  • Loading branch information
TremboverskiNA authored and TremboverskiNA committed Apr 7, 2023
1 parent 1fe84d7 commit 10e803e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steam-dropler/Steam/SteamLoginHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async void OnConnected(SteamClient.ConnectedCallback callback)

if (_steamAccount.AccessToken != null)
{
_refreshToken = _steamAccount.AccessToken;
_sUser.LogOn(new SteamUser.LogOnDetails
{
Username = _steamAccount.Name,
Expand Down

0 comments on commit 10e803e

Please sign in to comment.