Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robindymer committed Nov 8, 2023
1 parent 3ebb1ac commit 0f2ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/members/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def save(self):
unicore_id = UnicoreClient.get_unicore_id(
self.cleaned_data['person_number']
)

return Member.objects.create_user(
self.cleaned_data['username'],
self.cleaned_data['password1'],
Expand Down

0 comments on commit 0f2ce3a

Please sign in to comment.