Files
blazor-saas-hrm/Infrastructure/Authentication/Identity/SignInSettings.cs
T
2026-07-21 14:22:06 +07:00

7 lines
151 B
C#

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