فهرست منبع

Correct styling of login button on 2fa reset page

Kristan Kenney 5 سال پیش
والد
کامیت
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>