feat: adds else if for dandelion

This commit is contained in:
Ahwx 2025-08-01 10:24:49 +02:00
parent 5cfbf7437d
commit 17acf4b2d8

View file

@ -26,6 +26,10 @@
{
"systemMailerPassword" = { };
}
else if (host == "dandelion") then
{
"systemMailerPassword" = { };
}
else
{ };
};