web/settings/instances: always display the access key section

This commit is contained in:
wukko 2024-11-23 23:22:47 +06:00
parent adb1cacd9d
commit 6129198024
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -32,7 +32,6 @@
</div>
</SettingsCategory>
{#if $settings.processing.enableCustomInstances}
<SettingsCategory
sectionId="community"
title={$t("settings.processing.access_key")}
@ -56,7 +55,6 @@
{$t("settings.processing.access_key.description")}
</div>
</SettingsCategory>
{/if}
<style>
.category-inside-group {