cleanup: убраны устаревшие comma-separated clientId

This commit is contained in:
2026-06-04 16:38:33 +03:00
parent a0b66bb602
commit 28954515e3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
<form method="POST" action="/login-token">
<input type="hidden" name="returnTo" value="<%= returnTo || '/' %>">
<div class="field">
<label>Client ID (через запятую для нескольких компаний)</label>
<label>Client ID</label>
<input type="text" name="clientId" placeholder="WZ88888,WZ77777" autocomplete="off">
</div>
<button class="btn" type="submit">Войти</button>