mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
8 lines
148 B
C#
8 lines
148 B
C#
namespace Bit.Core.Models.Domain
|
|
{
|
|
public class ResetPasswordPolicyOptions
|
|
{
|
|
public bool AutoEnrollEnabled { get; set; }
|
|
}
|
|
}
|