Auth: Fix email verification bypass when using basic authentication (#83492)
This commit is contained in:
@@ -19,6 +19,13 @@ const (
|
||||
HelpFlagDashboardHelp1
|
||||
)
|
||||
|
||||
type UpdateEmailActionType string
|
||||
|
||||
const (
|
||||
EmailUpdateAction UpdateEmailActionType = "email-update"
|
||||
LoginUpdateAction UpdateEmailActionType = "login-update"
|
||||
)
|
||||
|
||||
// Typed errors
|
||||
var (
|
||||
ErrCaseInsensitive = errors.New("case insensitive conflict")
|
||||
|
||||
Reference in New Issue
Block a user