Auth und Usercontroller getrennt + Mail Settings NUR FRONTEND
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user