Added client side functionality and created register page
This commit is contained in:
7
HopFrame.Web/Model/RegisterData.cs
Normal file
7
HopFrame.Web/Model/RegisterData.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using HopFrame.Security.Models;
|
||||
|
||||
namespace HopFrame.Web.Model;
|
||||
|
||||
public class RegisterData : UserRegister {
|
||||
public string RepeatedPassword { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user