mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
The function `prepare_login_url_and_headers` returns a register link for any value of `is_signup` unless it's not none. This commit changes it to a boolean for that function and other functions using it so that it becomes much clearer when a register link will be returned. Also, all occurrences of `is_signup='1'` are changed to `is_signup=True` to make the code consistent with the above change.
206 KiB
206 KiB