aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-04-17 08:28:20 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-17 08:28:20 +0200
commit0ffcf41f9371b9321856d2c709cf7bcb4f7c3c60 (patch)
treea8aba8b10f6d5bacdea681766023279a1afacd54 /app/views
parent22172fd5bc4d32f24701f51e621943d6095d27ee (diff)
Fix: API mangement section in profile page (#6314)
Diffstat (limited to 'app/views')
-rw-r--r--app/views/user/profile.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml
index 22b93510e..3a80065ef 100644
--- a/app/views/user/profile.phtml
+++ b/app/views/user/profile.phtml
@@ -75,8 +75,8 @@
</div>
</form>
- <h2><?= _t('conf.profile.api') ?></h2>
<?php if (FreshRSS_Context::systemConf()->api_enabled) { ?>
+ <h2><?= _t('conf.profile.api') ?></h2>
<form method="post" action="<?= _url('api', 'updatePassword') ?>">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />