7 lines
151 B
C#
7 lines
151 B
C#
namespace Indotalent.Infrastructure.Authentication.Identity;
|
|
|
|
public class SignInSettings
|
|
{
|
|
public bool RequireConfirmedAccount { get; set; }
|
|
}
|