From 6fda83891a2058e040f67a48863da8c487d77609 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Sat, 9 Aug 2025 20:16:10 +0200 Subject: [PATCH] also mask sensitive sso config options --- src/config.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.rs b/src/config.rs index f30f2add..0337fd52 100644 --- a/src/config.rs +++ b/src/config.rs @@ -283,6 +283,9 @@ macro_rules! make_config { "smtp_host", "smtp_username", "_smtp_img_src", + "sso_client_id", + "sso_authority", + "sso_callback_path", ]; let cfg = {