mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Now, we correctly avoid calling various password quality/strength functions in the registration flow in the event that there isn't a password form on the current page. Before, some code wasn't inside a block at all, while other code was using an incorrect check (an empty jQuery object is not falsey). The overall result was that this would often crash on certain pages/flows, stopping JS execution and causing various secondary problems. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| icons/fonts | ||
| images | ||
| js | ||
| locale | ||
| styles | ||
| templates | ||
| third | ||
| ts | ||
| .gitignore | ||
| favicon.ico | ||
| node_modules | ||