Skip to content

Commit

Permalink
magic
Browse files Browse the repository at this point in the history
  • Loading branch information
ili committed Aug 30, 2017
1 parent fb1eed1 commit 7037cfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@

namespace IdentitySample.Models.AccountViewModels
{
public class ExternalLoginConfirmationViewModel
{
[Required]
[EmailAddress]
public string Email { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

namespace IdentitySample.Models.AccountViewModels
{
public class ExternalLoginConfirmationViewModel
{
[Required]
[EmailAddress]
public string Email { get; set; }
}

public class ForgotPasswordViewModel
{
[Required]
Expand Down

0 comments on commit 7037cfa

Please sign in to comment.