Skip to content

Commit

Permalink
Fix excessive replace
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Feb 27, 2022
1 parent caffbd8 commit ecc2643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
reservedResponseHeaderSize = 4
RegisterMethodAuthKey = RegisterMethodAuthKey
RegisterMethodAuthKey = "authkey"
RegisterMethodOIDC = "oidc"
RegisterMethodCLI = "cli"
ErrRegisterMethodCLIDoesNotSupportExpire = Error(
Expand Down

0 comments on commit ecc2643

Please sign in to comment.