Skip to content

Commit bb09aa5

Browse files
committed
fix typo chanllenge -> challenge
1 parent 4731274 commit bb09aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (cr *Cluster) getJWTKey(t *jwt.Token) (any, error) {
7676
}
7777

7878
const (
79-
challengeTokenSubject = "GOBA-chanllenge"
79+
challengeTokenSubject = "GOBA-challenge"
8080
authTokenSubject = "GOBA-auth"
8181
apiTokenSubject = "GOBA-API"
8282
)

0 commit comments

Comments
 (0)