diff options
author | Timo Ley <auth@tilera.xyz> | 2020-12-28 03:35:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 03:35:55 +0100 |
commit | 2b2a4a53bfea37b64965a9e04aed93b7455048df (patch) | |
tree | b17a79c47cba12ec64474df96b556e14d6b05a67 /options/locale | |
parent | f6ca44c706479fc8565021ca9e50082b64a21c1f (diff) | |
download | gitea-2b2a4a53bfea37b64965a9e04aed93b7455048df.tar.gz gitea-2b2a4a53bfea37b64965a9e04aed93b7455048df.zip |
Custom icons for OAuth sources (#14161)
* Add Icon URL to Backend
* Template for Icon URL
* Localization & Edit Icon URL
* Improve Custom Icon URL
* Removed not working else
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 3aff43c0a8..ae72dff3ad 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2203,6 +2203,7 @@ auths.enable_tls = Enable TLS Encryption auths.skip_tls_verify = Skip TLS Verify auths.pam_service_name = PAM Service Name auths.oauth2_provider = OAuth2 Provider +auths.oauth2_icon_url = Icon URL auths.oauth2_clientID = Client ID (Key) auths.oauth2_clientSecret = Client Secret auths.openIdConnectAutoDiscoveryURL = OpenID Connect Auto Discovery URL |