Files
blazor-crm/Infrastructure/Authentication/Identity/SignInSettings.cs
T
2026-07-21 13:59:38 +07:00

7 lines
151 B
C#

namespace Indotalent.Infrastructure.Authentication.Identity;
public class SignInSettings
{
public bool RequireConfirmedAccount { get; set; }
}