feat: add integration tests for signup, login, reset_password, forgot_password, verify_email
This commit is contained in:
@@ -24,7 +24,6 @@ func CreateVerificationToken(email string, tokenType string) (string, error) {
|
||||
|
||||
t.Claims = &CustomClaim{
|
||||
&jwt.StandardClaims{
|
||||
|
||||
ExpiresAt: time.Now().Add(time.Minute * 30).Unix(),
|
||||
},
|
||||
tokenType,
|
||||
|
Reference in New Issue
Block a user