aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/login_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login_form.php')
-rw-r--r--templates/login_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login_form.php b/templates/login_form.php
index 2c32164..74bb823 100644
--- a/templates/login_form.php
+++ b/templates/login_form.php
@@ -12,7 +12,7 @@
<label for="rememberMeInput"><?= __('login.rememberMe') ?></label>
</div>
<div class="row">
- <button><?= __('login.action') ?></button>
+ <button class="primary"><?= __('login.action') ?></button>
</div>
<?php if ($failed ?? false): ?>
<p class="error"><?= __('login.failed') ?></p>