mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-19 10:24:21 +01:00
6 lines
129 B
C#
6 lines
129 B
C#
|
namespace DotBased.AspNet.Authority.Models.Options;
|
||
|
|
||
|
public class LockdownOptions
|
||
|
{
|
||
|
public bool EnableLockout { get; set; }
|
||
|
}
|