mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
ee36284440
no issue - PasswordValidator was only adding a function to the base class but it introduced a confusing inheritance hierarchy that's easier to reason about when it's a mixin instead - swapped the `this.properties =` and `this._super()` calls in the `init` function of `new-user` so that the default can actually be applied - previously the BaseValidator `init` method was doing `this.properties = []` which meant the default fallback in extended classes wouldn't work |
||
---|---|---|
.. | ||
mixins | ||
base.js | ||
invite-user.js | ||
nav-item.js | ||
new-user.js | ||
post.js | ||
reset.js | ||
setting.js | ||
setup.js | ||
signin.js | ||
signup.js | ||
slack-integration.js | ||
subscriber.js | ||
tag-settings.js | ||
user.js |