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

This commit is contained in:
gytisrepecka 2020-04-17 17:07:45 +03:00
parent ddd519f6b7
commit 658310bc24
No known key found for this signature in database
GPG Key ID: BE7648906D706003
1 changed files with 0 additions and 1 deletions

View File

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