User: email verification completion (#85259)
* TempUser: Include InvitedById in TempUserDTO * Extract email verfication completion flow to service
This commit is contained in:
@@ -31,5 +31,6 @@ type Service interface {
|
||||
}
|
||||
|
||||
type Verifier interface {
|
||||
VerifyEmail(ctx context.Context, cmd VerifyEmailCommand) error
|
||||
Start(ctx context.Context, cmd StartVerifyEmailCommand) error
|
||||
Complete(ctx context.Context, cmd CompleteEmailVerifyCommand) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user