1
0

7 lines
192 B
C#

namespace Flawless.Communication.Authentication;
public record AuthenticationStatus
{
public required bool OpenRegister { get; set; }
public required bool OpenLogin { get; set; }
}