Skip to content

Commit 1398762

Browse files
committed
fix: remove completed todo
1 parent e0a77da commit 1398762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/utils/verificationToken.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ type CustomClaim struct {
1919
UserInfo
2020
}
2121

22-
// TODO convert tokenType to enum
2322
func CreateVerificationToken(email string, tokenType string) (string, error) {
2423
t := jwt.New(jwt.GetSigningMethod(constants.JWT_TYPE))
2524

0 commit comments

Comments
 (0)