Browse Source

also mask sensitive sso config options

pull/6153/head
Stefan Melmuk 4 days ago
parent
commit
6fda83891a
No known key found for this signature in database GPG Key ID: 817020C608FE9C09
  1. 3
      src/config.rs

3
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 = {

Loading…
Cancel
Save