Przeglądaj źródła

Correct styling of login button on 2fa reset page

Kristan Kenney 5 lat temu
rodzic
commit
20e05ada6e
1 zmienionych plików z 1 dodań i 1 usunięć
  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>