mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-23 01:40:26 +00:00
Waiting for token reset
This commit is contained in:
9
server/Models/ViewModels/ForgotPasswordViewModel.cs
Normal file
9
server/Models/ViewModels/ForgotPasswordViewModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace PodNoms.Api.Models.ViewModels {
|
||||
public class ForgotPasswordViewModel {
|
||||
[Required]
|
||||
[EmailAddress]
|
||||
public string Email { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user