Skip to content

Commit 20e05ad

Browse files
author
Kristan Kenney
committed
Correct styling of login button on 2fa reset page
1 parent 4bf29ca commit 20e05ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/reset2fa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</tr>
1818
<tr>
1919
<td style="padding: 20px 0 12px 0;">
20-
<input type="button" class="button cancel" value="<?php print __('Log in');?>" onclick="location.href='/login/'">
20+
<input type="button" class="button" value="<?php print __('Log in');?>" onclick="location.href='/login/'">
2121
</td>
2222
</tr>
2323
</table>

0 commit comments

Comments
 (0)