mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
withdrawal silence-email patch
This commit is contained in:
parent
98f3f55371
commit
bebe68dab1
2 changed files with 0 additions and 9 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue