v2: версия 0.5.70 — отображается в /v2 и /v2/app

This commit is contained in:
2026-06-12 17:08:46 +04:00
parent 1a2dd87705
commit 0dc9820a31
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function createV2Router() {
.logout { color: #ef5350; }
.label { color: #888; }
</style></head><body>
<h2>✅ Вход выполнен</h2>
<h2>✅ Вход выполнен <small style="color:#888">v${config.version}</small></h2>
<p><span class="label">Email:</span> ${u.email}</p>
<p><span class="label">clientId:</span> ${u.clientId} <span class="label">(активная компания)</span></p>
<p><span class="label">Компания:</span> ${u.companyName}</p>