withdrawal silence-email patch

This commit is contained in:
nelle 2024-06-17 13:38:03 -06:00
parent 98f3f55371
commit bebe68dab1
2 changed files with 0 additions and 9 deletions

View file

@ -32,12 +32,6 @@
i18n.ts.configure
}}</MkA></MkInfo
>
<MkInfo v-if="noEmailServer" warn class="info"
>{{ i18n.ts.noEmailServerWarning }}
<MkA to="/admin/email-settings" class="_link">{{
i18n.ts.configure
}}</MkA></MkInfo
>
<MkInfo v-if="updateAvailable" warn class="info"
>{{ i18n.ts.updateAvailable }}
<a
@ -113,7 +107,6 @@ let noBotProtection =
!instance.disableRegistration &&
!instance.enableHcaptcha &&
!instance.enableRecaptcha;
let noEmailServer = !instance.enableEmail;
let thereIsUnresolvedAbuseReport = $ref(false);
let updateAvailable = $ref(false);
let currentPage = $computed(() => router.currentRef.value.child);

View file

@ -84,7 +84,6 @@
thereIsUnresolvedAbuseReport ||
noMaintainerInformation ||
noBotProtection ||
noEmailServer ||
updateAvailable
"
class="indicator"
@ -184,7 +183,6 @@ let noBotProtection =
!instance.disableRegistration &&
!instance.enableHcaptcha &&
!instance.enableRecaptcha;
let noEmailServer = !instance.enableEmail;
let thereIsUnresolvedAbuseReport = $ref(false);
let updateAvailable = $ref(false);