From a252dbd72eaba3534a40b42c8e44f1af06b65c37 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 17 Jan 2024 13:01:02 +0100 Subject: [PATCH] update url --- src/app/self-service/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/self-service/page.tsx b/src/app/self-service/page.tsx index cd62965..d293384 100644 --- a/src/app/self-service/page.tsx +++ b/src/app/self-service/page.tsx @@ -12,7 +12,7 @@ const SMTP_PORT = "465"; const IMAP_PORT = "993"; const SMTP_SECURITY = "SSL/TLS"; const IMAP_SECURITY = "SSL/TLS"; -const WEBMAIL_URL = "https://mail.amogus.cloud"; +const WEBMAIL_URL = "https://webmail.amogus.cloud"; export default function SelfService() { const session = useSession().data;