Files
blazor-cms/Infrastructure/Authentication/Identity/SignInSettings.cs
T
2026-07-21 13:52:43 +07:00

7 lines
151 B
C#

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