Fix formatting

This commit is contained in:
Arnaud Siebens 2024-04-14 22:19:19 +02:00 committed by Arnaud Siebens
parent fa36d3d45f
commit cf4c24a827
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type Source struct {
Provider string
ClientID string
ClientSecret string
ClientSecretEncrypt string // Encrypted Client Secret
ClientSecretEncrypt string // Encrypted Client Secret
OpenIDConnectAutoDiscoveryURL string
CustomURLMapping *CustomURLMapping
IconURL string