Fix markup in two factor auth configuration
Issue #13787 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
a59af11ba1
commit
602d07d8aa
@ -38,7 +38,6 @@
|
||||
<div class="group-cnt">
|
||||
<form method="POST" action="prefs_second.php">
|
||||
{{ Url_getHiddenInputs() }}
|
||||
<option name="2fa_configure">
|
||||
{% for backend in backends %}
|
||||
<label>
|
||||
<input type="radio" name="2fa_configure" {% if backend["id"] == "" %}checked="checked"{% endif %} value="{{ backend["id"] }}"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user