fix: remove completed todo
This commit is contained in:
parent
e0a77da773
commit
1398762e1d
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user