summaryrefslogtreecommitdiffstats
path: root/modules/auth
diff options
context:
space:
mode:
authorTimo Ley <auth@tilera.xyz>2020-12-28 03:35:55 +0100
committerGitHub <noreply@github.com>2020-12-28 03:35:55 +0100
commit2b2a4a53bfea37b64965a9e04aed93b7455048df (patch)
treeb17a79c47cba12ec64474df96b556e14d6b05a67 /modules/auth
parentf6ca44c706479fc8565021ca9e50082b64a21c1f (diff)
downloadgitea-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 'modules/auth')
-rw-r--r--modules/auth/auth_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 1d02c7acf3..e348b01e91 100644
--- a/modules/auth/auth_form.go
+++ b/modules/auth/auth_form.go
@@ -56,6 +56,7 @@ type AuthenticationForm struct {
Oauth2AuthURL string
Oauth2ProfileURL string
Oauth2EmailURL string
+ Oauth2IconURL string
SSPIAutoCreateUsers bool
SSPIAutoActivateUsers bool
SSPIStripDomainNames bool