fixed login form

This commit is contained in:
Daniel Balk
2023-04-03 01:55:50 +02:00
parent 17a5634c42
commit 61136aee93
3 changed files with 19 additions and 1 deletions

View File

@@ -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 = "";