Auth und Usercontroller getrennt + Mail Settings NUR FRONTEND

This commit is contained in:
2025-06-25 23:33:26 +02:00
parent 57b6fa349b
commit 610a100e01
8 changed files with 188 additions and 215 deletions

View File

@@ -87,7 +87,7 @@
<div class="account-box mt-auto">
@if (User.Identity?.IsAuthenticated ?? false)
{
<a href="/Auth/Info" class="d-block text-decoration-none text-light">
<a href="/User/Info" class="d-block text-decoration-none text-light">
<div class="d-flex align-items-center gap-2">
<div class="rounded-circle bg-secondary text-white px-2 py-1">
<i class="bi bi-person"></i>