mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-12 14:48:24 +00:00
Merge pull request #1017 from davidmc24/patch-1
Fix minor typo in remote.go
This commit is contained in:
commit
039daa2dfa
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type Remote interface {
|
||||
// Authorize handles authentication with thrid party remote systems,
|
||||
// Authorize handles authentication with third party remote systems,
|
||||
// such as github or bitbucket, and returns user data.
|
||||
Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user