Убрал заглушки кнопок disabled.
This commit is contained in:
parent
244e081014
commit
2026029bf5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user