mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
netf brain damage as usual
This commit is contained in:
@@ -3796,7 +3796,7 @@ public sealed class Bot : IAsyncDisposable, IDisposable {
|
||||
BotDatabase.AccessToken = ArchiCryptoHelper.Encrypt(BotConfig.PasswordFormat, accessToken);
|
||||
|
||||
if (!string.IsNullOrEmpty(refreshToken)) {
|
||||
BotDatabase.RefreshToken = ArchiCryptoHelper.Encrypt(BotConfig.PasswordFormat, refreshToken);
|
||||
BotDatabase.RefreshToken = ArchiCryptoHelper.Encrypt(BotConfig.PasswordFormat, refreshToken!);
|
||||
}
|
||||
} else {
|
||||
BotDatabase.AccessToken = accessToken;
|
||||
|
||||
Reference in New Issue
Block a user