Added LDAP login, removed registration option

This commit is contained in:
2026-01-09 13:58:22 +01:00
parent 3d43084441
commit bf30f11803
7 changed files with 225 additions and 45 deletions

View File

@@ -20,12 +20,6 @@ public class AccountController : Controller
return View();
}
[HttpGet("Register")]
public IActionResult Register()
{
return View();
}
[HttpGet("Logout")]
public async Task<IActionResult> Logout()
{