v0.6.5: loginEmail из originalUserEmail, компания слева от email

This commit is contained in:
2026-06-15 10:19:07 +04:00
parent 6032a574a9
commit 1c2b7fe189
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -101,7 +101,8 @@
<div class="stats" style="margin-bottom:1rem;">
<div class="stat <%= used >= limit ? 'full' : '' %>"><div class="num"><%= used %></div><div class="lbl">из <%= limit %></div></div>
<div style="margin-left:auto;display:flex;align-items:center;font-weight:600;font-size:1.1rem;color:var(--text);">
<%= email %>
<span style="font-weight:600;font-size:1.1rem;color:var(--muted);margin-right:.75rem;"><%= activeClientId %></span>
<span style="font-weight:600;font-size:1.1rem;"><%= email %></span>
</div>
</div>