aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/login_form.php
diff options
context:
space:
mode:
authorwinter2025-01-14 20:44:49 +0000
committerwinter2025-01-14 20:44:49 +0000
commit4d7f8450d9a842e2f69754ccaa4202710328dcb7 (patch)
tree60e90ff7ebbf069e04faf665d68861970eaee000 /templates/login_form.php
parent0f427b4b6f75134b2c25b7e5f8a515be2cec97f5 (diff)
add (un)follow button to profile
also other stuff i forgot what exactly
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>