fixed verification code
This commit is contained in:
@@ -2,19 +2,12 @@ package verification
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"time"
|
||||
|
||||
"github.com/tech/sendico/pkg/model"
|
||||
"go.mongodb.org/mongo-driver/v2/bson"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrTokenNotFound = errors.New("verification token not found")
|
||||
ErrTokenAlreadyUsed = errors.New("verification token already used")
|
||||
ErrTokenExpired = errors.New("verification token expired")
|
||||
)
|
||||
|
||||
type DB interface {
|
||||
// template.DB[*model.VerificationToken]
|
||||
Create(
|
||||
|
||||
Reference in New Issue
Block a user