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

7 lines
151 B
C#

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