diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 6e0ca178..3f5c0267 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -2614,6 +2614,8 @@ pub struct IdentityProvider { /// Secret key the provider generated for you along with the `client_id` /// above. Unlike the `client_id`, the `client_secret` can be changed here /// whenever the provider regenerates one for you. + /// + /// display: sensitive pub client_secret: Option, /// Secret key to use that's read from the file path specified.