refact and login
This commit is contained in:
parent
acc34aeee4
commit
e042e34bf7
78 changed files with 2492 additions and 50576 deletions
|
|
@ -5,10 +5,10 @@ namespace Yavsc.ViewModels.Manage
|
|||
{
|
||||
public class VerifyPhoneNumberViewModel
|
||||
{
|
||||
[YaRequired]
|
||||
[Required]
|
||||
public string Code { get; set; }
|
||||
|
||||
[YaRequired]
|
||||
[Required]
|
||||
[Phone]
|
||||
[Display(Name = "Phone number")]
|
||||
public string PhoneNumber { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue