Просмотр исходного кода

Correct styling of login button on 2fa reset page

Kristan Kenney 5 лет назад
Родитель
Сommit
20e05ada6e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/templates/reset2fa.html

+ 1 - 1
web/templates/reset2fa.html

@@ -17,7 +17,7 @@
                                             </tr>
                                             <tr>
                                                 <td style="padding: 20px 0 12px 0;">
-                                                    <input type="button" class="button cancel" value="<?php print __('Log in');?>" onclick="location.href='/login/'">
+                                                    <input type="button" class="button" value="<?php print __('Log in');?>" onclick="location.href='/login/'">
                                                 </td>
                                             </tr>
                                         </table>