mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Disable no Mail configured msg, thx to mia
This commit is contained in:
parent
3678afcc42
commit
69dbbe4283
@ -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 New Issue
Block a user