Added client side functionality and created register page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace HopFrame.Security.Models;
|
||||
|
||||
public struct UserRegister {
|
||||
public class UserRegister {
|
||||
public string Username { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Password { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user