summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/auth/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php
index 2ffc53cb..2f75b113 100644
--- a/app/Template/auth/index.php
+++ b/app/Template/auth/index.php
@@ -1,5 +1,7 @@
<div class="form-login">
+ <?= $this->hook->render('template:auth:login-form:before') ?>
+
<?php if (isset($errors['login'])): ?>
<p class="alert alert-error"><?= $this->e($errors['login']) ?></p>
<?php endif ?>
@@ -31,6 +33,8 @@
</form>
<?php endif ?>
+ <?= $this->hook->render('template:auth:login-form:after') ?>
+
<?php if (GOOGLE_AUTH || GITHUB_AUTH || GITLAB_AUTH): ?>
<ul class="no-bullet">
<?php if (GOOGLE_AUTH): ?>