Убрал заглушки кнопок disabled.

This commit is contained in:
Ivor Barhansky 2024-05-09 19:22:16 +03:00
parent 244e081014
commit 2026029bf5

View File

@ -186,9 +186,9 @@ if (
<?php if (!empty($u->info['totp'])): ?>
<br><b>Секретный ключ:</b>
<pre>{$u->info['totp']}</pre><br><br>
<input form='security' type='submit' name='removetotp' value='Удалить секретный ключ' disabled><br>
<input form='security' type='submit' name='removetotp' value='Удалить секретный ключ'><br>
<?php endif; ?>
<input form='security' type='submit' name='newtotp' value='Создать новый секретный ключ' disabled><br>
<input form='security' type='submit' name='newtotp' value='Создать новый секретный ключ'><br>
</FIELDSET>
</div>
</div>