Skip to content

Commit

Permalink
fix(go): forgotten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvautier committed Mar 30, 2021
1 parent 013ae2f commit f167a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bundles/authenticator/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ type Claim struct {
Email string
jwt.StandardClaims
}

// Authenticator is the struct for the authenticator bundle
type Authenticator struct {}
2 changes: 0 additions & 2 deletions bundles/authenticator/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
log "github.com/sirupsen/logrus"
)

type Authenticator struct {}

// Rsa is the struct to get the rsa keys used to generate and verify tokens from the environment variables
type Rsa struct {
PublicKeyPath string
Expand Down

0 comments on commit f167a51

Please sign in to comment.