diff --git a/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs b/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs
index 36dbf6f45..059f28065 100644
--- a/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs
+++ b/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs
@@ -57,7 +57,7 @@ namespace ArchiSteamFarm.IPC.Requests {
/// A helper property which works the same as but with values written as strings - for javascript compatibility purposes. Use either this one, or , not both.
///
[JsonProperty(PropertyName = SharedInfo.UlongCompatibilityStringPrefix + nameof(AcceptedCreatorIDs), Required = Required.DisallowNull)]
- private ImmutableHashSet SAcceptedCreatorIDs {
+ public ImmutableHashSet SAcceptedCreatorIDs {
set {
if (value == null) {
ASF.ArchiLogger.LogNullError(nameof(value));