Rename hybrid to managed

This commit is contained in:
Owen
2025-08-21 14:17:38 -07:00
parent 5ff5660db3
commit 60d8831399
17 changed files with 39 additions and 39 deletions

View File

@@ -6,7 +6,7 @@ import logger from "@server/logger";
import SMTPTransport from "nodemailer/lib/smtp-transport";
function createEmailClient() {
if (config.isHybridMode()) {
if (config.isManagedMode()) {
// LETS NOT WORRY ABOUT EMAILS IN HYBRID
return;
}