mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-22 19:18:01 +02:00
lint
This commit is contained in:
parent
dce25e12d5
commit
11c43eb2ed
4 changed files with 4 additions and 4 deletions
|
@ -246,7 +246,7 @@ func (p *Provider) GetSignInURL(state string) (string, error) {
|
|||
}
|
||||
|
||||
// GetSignOutURL is not implemented.
|
||||
func (p *Provider) GetSignOutURL(idTokenHint, redirectToURL string) (string, error) {
|
||||
func (p *Provider) GetSignOutURL(_, _ string) (string, error) {
|
||||
return "", oidc.ErrSignoutNotImplemented
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue