diff --git a/packages/client/src/pages/admin/index.vue b/packages/client/src/pages/admin/index.vue index 4e04a3c93..5b6ebfedc 100644 --- a/packages/client/src/pages/admin/index.vue +++ b/packages/client/src/pages/admin/index.vue @@ -32,12 +32,6 @@ i18n.ts.configure }} - {{ i18n.ts.noEmailServerWarning }} - {{ - i18n.ts.configure - }} {{ i18n.ts.updateAvailable }} router.currentRef.value.child); diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index fa4cfe8a8..b439ea7f1 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -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);