fixed login form
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
@using Moonlight.App.Exceptions
|
||||
@using Logging.Net
|
||||
@using Moonlight.App.Database.Entities
|
||||
@using Moonlight.App.Models.Misc
|
||||
@using Moonlight.App.Services.OAuth2
|
||||
@using Moonlight.App.Services.Sessions
|
||||
|
||||
@@ -113,7 +114,7 @@
|
||||
|
||||
@code
|
||||
{
|
||||
private User User = new();
|
||||
private LoginDataModel User = new();
|
||||
|
||||
private bool TotpRequired = false;
|
||||
private string TotpCode = "";
|
||||
|
||||
Reference in New Issue
Block a user