mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Delete unused form
This commit is contained in:
@@ -504,10 +504,6 @@ class TwoFactorForm(StripWhitespaceForm):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
class EmailNotReceivedForm(StripWhitespaceForm):
|
|
||||||
email_address = email_address()
|
|
||||||
|
|
||||||
|
|
||||||
class TextNotReceivedForm(StripWhitespaceForm):
|
class TextNotReceivedForm(StripWhitespaceForm):
|
||||||
mobile_number = international_phone_number()
|
mobile_number = international_phone_number()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user