From db0223e56a4bc46069ae0cb8fae591a1f03682ec Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:05:45 -0600 Subject: [PATCH] Change type for mail name --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 3cfce15..7506a67 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -13,6 +13,6 @@ name = "InvoicNinja configuration" [main.config.mail_name] ask = "from name" - type = "name" + type = "string" help = "Default name address to use for various automated names." bind = "MAIL_FROM_NAME:__INSTALL_DIR__/.env" \ No newline at end of file