Files
blazor-wms/Infrastructure/Authentication/Identity/SignInSettings.cs
T
2026-07-21 14:41:46 +07:00

7 lines
151 B
C#

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