mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
9662-Fix double authentication login
This commit is contained in:
parent
fd77ee1a14
commit
e95e6acd0c
@ -334,7 +334,7 @@ switch ($login_screen) {
|
|||||||
|
|
||||||
echo '<div class="login_nick">';
|
echo '<div class="login_nick">';
|
||||||
echo '<div>';
|
echo '<div>';
|
||||||
// html_print_image('/images/icono_autenticacion.png', false);
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
html_print_input_text_extended('auth_code', '', 'auth_code', '', '', '', false, '', 'class="login login_password" placeholder="'.__('Authentication code').'"', false, true);
|
html_print_input_text_extended('auth_code', '', 'auth_code', '', '', '', false, '', 'class="login login_password" placeholder="'.__('Authentication code').'"', false, true);
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user