Skip to content

Commit

Permalink
improved report card even more
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-hanna committed Jan 27, 2017
1 parent ad22cc4 commit 7121456
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jwt/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,9 @@ func (o *Options) buildSignAndVerifyKeys() (signKey interface{}, verifyKey inter
} else if o.SigningMethodString == "ES256" || o.SigningMethodString == "ES384" || o.SigningMethodString == "ES512" {
return o.buildESKeys()

} else {
err = errors.New("Signing method string not recognized!")
return
}

err = errors.New("Signing method string not recognized!")
return
}

Expand Down

0 comments on commit 7121456

Please sign in to comment.