7 changed files with 35 additions and 13 deletions
@ -1,7 +1,7 @@ |
|||
namespace LINGYUN.Abp.Identity |
|||
{ |
|||
public class ChangeTwoFactorEnabledDto |
|||
{ |
|||
public bool Enabled { get; set; } |
|||
} |
|||
} |
|||
namespace LINGYUN.Abp.Identity |
|||
{ |
|||
public class TwoFactorEnabledDto |
|||
{ |
|||
public bool Enabled { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue