mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
auth: Remove unused request.verified_email variable.
This has never been used since it was introduced in the very first version of our Google auth code in April 2013.
This commit is contained in:
@@ -80,7 +80,6 @@ def maybe_send_to_registration(request: HttpRequest, email: Text, full_name: Tex
|
||||
streams_to_subscribe = multiuse_obj.streams.all()
|
||||
|
||||
form = HomepageForm({'email': email}, realm=realm, from_multiuse_invite=from_multiuse_invite)
|
||||
request.verified_email = None
|
||||
if form.is_valid():
|
||||
# Construct a PreregistrationUser object and send the user over to
|
||||
# the confirmation view.
|
||||
|
||||
Reference in New Issue
Block a user