fix: remove completed todo

This commit is contained in:
Lakhan Samani
2021-12-19 05:46:14 +05:30
parent 742f30422b
commit de2b137232

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))