mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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.