Remove constant giteaHost because there is no default URL for Gitea - must always use host from config.ini.

pull/293/head
gytisrepecka 5 years ago
parent ddd519f6b7
commit 658310bc24
No known key found for this signature in database
GPG Key ID: BE7648906D706003
  1. 1
      oauth_gitea.go

@ -21,7 +21,6 @@ type giteaOauthClient struct {
var _ oauthClient = giteaOauthClient{}
const (
giteaHost = "https://source.gyt.is"
giteaDisplayName = "Gitea"
)

Loading…
Cancel
Save