Fix minor typo in remote.go
This commit is contained in:
parent
f7eeeff64f
commit
41a47bcb73
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Remote interface {
|
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.
|
// such as github or bitbucket, and returns user data.
|
||||||
Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error)
|
Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue