mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Because of how login_or_register_remote_user code is structured, this doesn't change how the flow will go, but it's not a clean use of login_or_register_remote_user to call it with is_signup=True if sign up shouldn't actually happen - and may be fragile when refactoring login_or_register_remote_user.