diff options
-rw-r--r-- | app/Template/user/external.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/external.php b/app/Template/user/external.php index 9ef0b4d1..7a42f38e 100644 --- a/app/Template/user/external.php +++ b/app/Template/user/external.php @@ -34,7 +34,7 @@ </p> <?php endif ?> -<?php if (GITHUB_AUTH): ?> +<?php if (GITLAB_AUTH): ?> <h3><img src="<?= $this->url->dir() ?>assets/img/gitlab-icon.png"/> <?= t('Gitlab Account') ?></h3> <p class="listing"> |