Skip to content

Commit

Permalink
Also give back the user to the email.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjeh committed Jan 8, 2020
1 parent 10e684f commit cd85442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nopassword/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def save(self, request, login_code_url='login_code', domain_override=None, extra
'site_name': site_name,
'code': login_code.code,
'url': url,
'user': login_code.user
}

if extra_context:
Expand Down

0 comments on commit cd85442

Please sign in to comment.