Fix excessive replace

This commit is contained in:
Kristoffer Dalby 2022-02-27 18:48:12 +01:00
parent caffbd8956
commit ecc26432fd

2
api.go
View File

@ -22,7 +22,7 @@ import (
const (
reservedResponseHeaderSize = 4
RegisterMethodAuthKey = RegisterMethodAuthKey
RegisterMethodAuthKey = "authkey"
RegisterMethodOIDC = "oidc"
RegisterMethodCLI = "cli"
ErrRegisterMethodCLIDoesNotSupportExpire = Error(