Started working on UnitTests for frontend

This commit is contained in:
2024-12-11 21:29:03 +01:00
parent 5f746e0bc1
commit 7c835ea49b
5 changed files with 275 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
private UserLogin UserLogin { get; set; }
[SupplyParameterFromQuery(Name = "redirect")]
private string RedirectAfter { get; set; }
public string RedirectAfter { get; set; }
private const string DefaultRedirect = "/administration";