1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-09 00:46:08 +02:00

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

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