Skip to content

Commit

Permalink
fix typo chanllenge -> challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Jun 4, 2024
1 parent 4731274 commit bb09aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (cr *Cluster) getJWTKey(t *jwt.Token) (any, error) {
}

const (
challengeTokenSubject = "GOBA-chanllenge"
challengeTokenSubject = "GOBA-challenge"
authTokenSubject = "GOBA-auth"
apiTokenSubject = "GOBA-API"
)
Expand Down

0 comments on commit bb09aa5

Please sign in to comment.