summaryrefslogtreecommitdiff
path: root/app/Templates/config_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/config_index.php')
-rw-r--r--app/Templates/config_index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Templates/config_index.php b/app/Templates/config_index.php
index 602e2070..b242d16f 100644
--- a/app/Templates/config_index.php
+++ b/app/Templates/config_index.php
@@ -46,6 +46,10 @@
<?= t('Webhooks token:') ?>
<strong><?= Helper\escape($values['webhooks_token']) ?></strong>
</li>
+ <li>
+ <?= t('API token:') ?>
+ <strong><?= Helper\escape($values['api_token']) ?></strong>
+ </li>
<?php if (DB_DRIVER === 'sqlite'): ?>
<li>
<?= t('Database size:') ?>