mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
remove maintainer info nag
This commit is contained in:
parent
ebdafdbfe4
commit
d74b6c9347
2 changed files with 0 additions and 11 deletions
|
@ -20,12 +20,6 @@
|
|||
i18n.ts.check
|
||||
}}</MkA></MkInfo
|
||||
>
|
||||
<MkInfo v-if="noMaintainerInformation" warn class="info"
|
||||
>{{ i18n.ts.noMaintainerInformationWarning }}
|
||||
<MkA to="/admin/settings" class="_link">{{
|
||||
i18n.ts.configure
|
||||
}}</MkA></MkInfo
|
||||
>
|
||||
<MkInfo v-if="noBotProtection" warn class="info"
|
||||
>{{ i18n.ts.noBotProtectionWarning }}
|
||||
<MkA to="/admin/security" class="_link">{{
|
||||
|
@ -101,8 +95,6 @@ let childInfo = $ref(null);
|
|||
let narrow = $ref(false);
|
||||
let view = $ref(null);
|
||||
let pageProps = $ref({});
|
||||
let noMaintainerInformation =
|
||||
isEmpty(instance.maintainerName) || isEmpty(instance.maintainerEmail);
|
||||
let noBotProtection =
|
||||
!instance.disableRegistration &&
|
||||
!instance.enableHcaptcha &&
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
<span
|
||||
v-if="
|
||||
thereIsUnresolvedAbuseReport ||
|
||||
noMaintainerInformation ||
|
||||
noBotProtection ||
|
||||
updateAvailable
|
||||
"
|
||||
|
@ -177,8 +176,6 @@ watch(defaultStore.reactiveState.menuDisplay, () => {
|
|||
calcViewState();
|
||||
});
|
||||
|
||||
let noMaintainerInformation =
|
||||
isEmpty(instance.maintainerName) || isEmpty(instance.maintainerEmail);
|
||||
let noBotProtection =
|
||||
!instance.disableRegistration &&
|
||||
!instance.enableHcaptcha &&
|
||||
|
|
Loading…
Reference in a new issue