mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-28 21:08:52 -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
|
i18n.ts.configure
|
||||||
}}</MkA></MkInfo
|
}}</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"
|
<MkInfo v-if="updateAvailable" warn class="info"
|
||||||
>{{ i18n.ts.updateAvailable }}
|
>{{ i18n.ts.updateAvailable }}
|
||||||
<a
|
<a
|
||||||
|
@ -113,7 +107,6 @@ let noBotProtection =
|
||||||
!instance.disableRegistration &&
|
!instance.disableRegistration &&
|
||||||
!instance.enableHcaptcha &&
|
!instance.enableHcaptcha &&
|
||||||
!instance.enableRecaptcha;
|
!instance.enableRecaptcha;
|
||||||
let noEmailServer = !instance.enableEmail;
|
|
||||||
let thereIsUnresolvedAbuseReport = $ref(false);
|
let thereIsUnresolvedAbuseReport = $ref(false);
|
||||||
let updateAvailable = $ref(false);
|
let updateAvailable = $ref(false);
|
||||||
let currentPage = $computed(() => router.currentRef.value.child);
|
let currentPage = $computed(() => router.currentRef.value.child);
|
||||||
|
|
|
@ -84,7 +84,6 @@
|
||||||
thereIsUnresolvedAbuseReport ||
|
thereIsUnresolvedAbuseReport ||
|
||||||
noMaintainerInformation ||
|
noMaintainerInformation ||
|
||||||
noBotProtection ||
|
noBotProtection ||
|
||||||
noEmailServer ||
|
|
||||||
updateAvailable
|
updateAvailable
|
||||||
"
|
"
|
||||||
class="indicator"
|
class="indicator"
|
||||||
|
@ -184,7 +183,6 @@ let noBotProtection =
|
||||||
!instance.disableRegistration &&
|
!instance.disableRegistration &&
|
||||||
!instance.enableHcaptcha &&
|
!instance.enableHcaptcha &&
|
||||||
!instance.enableRecaptcha;
|
!instance.enableRecaptcha;
|
||||||
let noEmailServer = !instance.enableEmail;
|
|
||||||
let thereIsUnresolvedAbuseReport = $ref(false);
|
let thereIsUnresolvedAbuseReport = $ref(false);
|
||||||
let updateAvailable = $ref(false);
|
let updateAvailable = $ref(false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue