summaryrefslogtreecommitdiff
path: root/app/Template/auth/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/auth/index.php')
-rw-r--r--app/Template/auth/index.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php
index 99444d37..41441e69 100644
--- a/app/Template/auth/index.php
+++ b/app/Template/auth/index.php
@@ -39,17 +39,4 @@
<?php endif ?>
<?= $this->hook->render('template:auth:login-form:after') ?>
-
- <?php if (GITHUB_AUTH || GITLAB_AUTH): ?>
- <ul class="no-bullet">
- <?php if (GITHUB_AUTH): ?>
- <li><?= $this->url->link(t('Login with my Github Account'), 'oauth', 'github') ?></li>
- <?php endif ?>
-
- <?php if (GITLAB_AUTH): ?>
- <li><?= $this->url->link(t('Login with my Gitlab Account'), 'oauth', 'gitlab') ?></li>
- <?php endif ?>
- </ul>
- <?php endif ?>
-
</div> \ No newline at end of file