We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edd7a0 commit b4d2340Copy full SHA for b4d2340
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