Skip to content

Commit

Permalink
Added annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Dec 16, 2023
1 parent f6c9b7f commit da0fc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const (
UserSignupUserBanningReason = "Banning"
UserSignupUserBannedReason = "Banned"
UserSignupFailedToReadBannedUsersReason = "FailedToReadBannedUsers"
UserSignupMissingUserEmailReason = "MissingUserEmail"
UserSignupMissingUserEmailAnnotationReason = "MissingUserEmailAnnotation"
UserSignupMissingEmailHashLabelReason = "MissingEmailHashLabel"
UserSignupInvalidEmailHashLabelReason = "InvalidEmailHashLabel"
Expand Down

0 comments on commit da0fc8d

Please sign in to comment.