Открыл AuthToken
All checks were successful
Release / pack-and-publish (release) Successful in 34s

This commit is contained in:
FrigaT
2026-04-19 20:19:41 +03:00
parent add7f08215
commit a7caf829d3

View File

@@ -35,7 +35,7 @@ public class AuthStorage
/// <summary>
/// Внутренние данные авторизации (CSRF, track_id и т.д.).
/// </summary>
internal YAuthToken AuthToken { get; set; } = new();
public YAuthToken AuthToken { get; set; } = new();
/// <summary>
/// Устанавливает флаг авторизации и сохраняет информацию об аккаунте.