mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 14:24:32 +00:00
Add MafileExport feature and Perform Resharper Cleanup
This commit is contained in:
@@ -153,7 +153,7 @@ public static class MaClient
|
||||
if (mafile.SessionData.RefreshToken.IsExpired)
|
||||
throw new SessionPermanentlyExpiredException();
|
||||
|
||||
if (ignoreAccessToken == false)
|
||||
if (!ignoreAccessToken)
|
||||
{
|
||||
var access = mafile.SessionData.GetMobileToken();
|
||||
if (access == null || access.Value.IsExpired)
|
||||
|
||||
Reference in New Issue
Block a user