Fix excessive replace
This commit is contained in:
parent
caffbd8956
commit
ecc26432fd
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
const (
|
||||
reservedResponseHeaderSize = 4
|
||||
RegisterMethodAuthKey = RegisterMethodAuthKey
|
||||
RegisterMethodAuthKey = "authkey"
|
||||
RegisterMethodOIDC = "oidc"
|
||||
RegisterMethodCLI = "cli"
|
||||
ErrRegisterMethodCLIDoesNotSupportExpire = Error(
|
||||
|
|
Loading…
Reference in a new issue