mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
We only use zxcvbn in the main webapp for checking the user's password in the change password form. Since zxcvbn is a very large javascript library (~700KB), loading it asynchronously only when a user is trying to change their password results in a significant performance improvement for loading the Zulip webapp on a slow network. Fixes #263.
1.6 KiB
1.6 KiB