update url

This commit is contained in:
Lea 2024-01-17 13:01:02 +01:00
parent 57ed52ab57
commit a252dbd72e
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -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;