mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 19:34:19 +00:00
Remove constant giteaHost because there is no default URL for Gitea - must always use host from config.ini.
This commit is contained in:
parent
ddd519f6b7
commit
658310bc24
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ type giteaOauthClient struct {
|
|||
var _ oauthClient = giteaOauthClient{}
|
||||
|
||||
const (
|
||||
giteaHost = "https://source.gyt.is"
|
||||
giteaDisplayName = "Gitea"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue