Auth: Fix email verification bypass when using basic authentication (#82914)
This commit is contained in:
@@ -51,3 +51,9 @@ type SendResetPasswordEmailCommand struct {
|
||||
type ValidateResetPasswordCodeQuery struct {
|
||||
Code string
|
||||
}
|
||||
|
||||
type SendVerifyEmailCommand struct {
|
||||
User *user.User
|
||||
Code string
|
||||
Email string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user