Browse Source

Fix formatting

pull/30482/head
Arnaud Siebens 3 weeks ago
parent
commit
cf4c24a827
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      services/auth/source/oauth2/source.go

+ 1
- 1
services/auth/source/oauth2/source.go 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

Loading…
Cancel
Save