Skip to content

Commit 7037cfa

Browse files
committed
magic
1 parent fb1eed1 commit 7037cfa

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

samples/IdentitySample.Mvc/Models/AccountViewModels/ExternalLoginConfirmationViewModel.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,4 @@
22

33
namespace IdentitySample.Models.AccountViewModels
44
{
5-
public class ExternalLoginConfirmationViewModel
6-
{
7-
[Required]
8-
[EmailAddress]
9-
public string Email { get; set; }
10-
}
115
}

samples/IdentitySample.Mvc/Models/AccountViewModels/ForgotPasswordViewModel.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
namespace IdentitySample.Models.AccountViewModels
44
{
5+
public class ExternalLoginConfirmationViewModel
6+
{
7+
[Required]
8+
[EmailAddress]
9+
public string Email { get; set; }
10+
}
11+
512
public class ForgotPasswordViewModel
613
{
714
[Required]

0 commit comments

Comments
 (0)