fixed verification code
This commit is contained in:
@@ -6,6 +6,6 @@ import (
|
||||
"github.com/tech/sendico/pkg/model"
|
||||
)
|
||||
|
||||
type AccountHandler = func(context.Context, *model.Account) error
|
||||
type AccountHandler = func(context.Context, *model.Account, string) error
|
||||
|
||||
type PasswordResetHandler = func(context.Context, *model.Account, string) error
|
||||
|
||||
Reference in New Issue
Block a user