fix: remove completed todo
This commit is contained in:
@@ -19,7 +19,6 @@ type CustomClaim struct {
|
|||||||
UserInfo
|
UserInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO convert tokenType to enum
|
|
||||||
func CreateVerificationToken(email string, tokenType string) (string, error) {
|
func CreateVerificationToken(email string, tokenType string) (string, error) {
|
||||||
t := jwt.New(jwt.GetSigningMethod(constants.JWT_TYPE))
|
t := jwt.New(jwt.GetSigningMethod(constants.JWT_TYPE))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user