zero authorize
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace zero.Web.Models
|
||||
{
|
||||
public class LoginModel
|
||||
{
|
||||
public string Email { get; set; }
|
||||
|
||||
public string Password { get; set; }
|
||||
|
||||
public bool IsPersistent { get; set; } = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user