Explorar o código

Correct styling of login button on 2fa reset page

Kristan Kenney %!s(int64=5) %!d(string=hai) anos
pai
achega
20e05ada6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>