fix: remove completed todo

This commit is contained in:
Lakhan Samani 2021-12-19 05:46:14 +05:30
parent e0a77da773
commit 1398762e1d

View File

@ -19,7 +19,6 @@ type CustomClaim struct {
UserInfo
}
// TODO convert tokenType to enum
func CreateVerificationToken(email string, tokenType string) (string, error) {
t := jwt.New(jwt.GetSigningMethod(constants.JWT_TYPE))