2 changed files with 5 additions and 10 deletions
@ -1,10 +1,10 @@ |
|||||
using Volo.Abp.Identity; |
using System; |
||||
using Volo.Abp.Validation; |
using System.ComponentModel.DataAnnotations; |
||||
|
|
||||
namespace LINGYUN.Abp.Account; |
namespace LINGYUN.Abp.Account; |
||||
|
|
||||
public class GetTwoFactorProvidersInput |
public class GetTwoFactorProvidersInput |
||||
{ |
{ |
||||
[DynamicStringLength(typeof(IdentityUserConsts), nameof(IdentityUserConsts.MaxUserNameLength))] |
[Required] |
||||
public string UserName { get; set; } |
public Guid UserId{ get; set; } |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue