v0.6.1: фикс — email в header (Выйти)

This commit is contained in:
2026-06-15 09:46:58 +04:00
parent 0d7815df16
commit 6acb8770c5
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<% }) %>
</select>
</span>
<a href="/logout" class="btn" style="font-size:.8rem;">Выйти (<%= user.email %>)</a>
<a href="/logout" class="btn" style="font-size:.8rem;">Выйти (<%= email %>)</a>
</span>
</header>