Skip to content

Commit

Permalink
solve mispelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent 2b1124e commit d096063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func (g *gkeycloak) GetToken( tokenOptions gocloak.TokenOptions ) (*JWT, error) {
token, err := g.GCloakClient.GetToken(g.ctx, g.realm, tokenOptions)
if err != nil {
return, nil, err
return nil, err
}
return token, nil
}

0 comments on commit d096063

Please sign in to comment.