diff --git a/app/main/forms.py b/app/main/forms.py index 184f65d5f..3022395de 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -504,10 +504,6 @@ class TwoFactorForm(StripWhitespaceForm): return True -class EmailNotReceivedForm(StripWhitespaceForm): - email_address = email_address() - - class TextNotReceivedForm(StripWhitespaceForm): mobile_number = international_phone_number()