We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a77da commit 1398762Copy full SHA for 1398762
server/utils/verificationToken.go
@@ -19,7 +19,6 @@ type CustomClaim struct {
19
UserInfo
20
}
21
22
-// TODO convert tokenType to enum
23
func CreateVerificationToken(email string, tokenType string) (string, error) {
24
t := jwt.New(jwt.GetSigningMethod(constants.JWT_TYPE))
25
0 commit comments