There was an error while loading. Please reload this page.
1 parent f1d0b9b commit 1e7cd95Copy full SHA for 1e7cd95
1 file changed
vulnerabilities/forms.py
@@ -45,7 +45,7 @@ class Meta:
45
"first_name",
46
"last_name",
47
)
48
-
+
49
def __init__(self, *args, **kwargs):
50
super(ApiUserCreationForm, self).__init__(*args, **kwargs)
51
self.fields["email"].required = True
0 commit comments