diff options
Diffstat (limited to 'internal/auth/github/provider.go')
-rw-r--r-- | internal/auth/github/provider.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/auth/github/provider.go b/internal/auth/github/provider.go index 4add2e54..eab9aa58 100644 --- a/internal/auth/github/provider.go +++ b/internal/auth/github/provider.go @@ -44,11 +44,11 @@ func (p *Provider) Config() interface{} { return p.config } -func (p *Provider) HasTLS() bool { +func (*Provider) HasTLS() bool { return true } -func (p *Provider) UseTLS() bool { +func (*Provider) UseTLS() bool { return true } |