mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Previously, we used to raise an exception if the direct dev login code path was attempted when: * we were running under production environment. * dev. login was not enabled. Now we redirect to an error page and give an explanatory message to the user. Fixes #8249.