mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
bloggingcmsemberghosthacktoberfestheadless-cmsjamstackjavascriptjournalismnodejspublishingweb-application
74cbcad362
no issue - removed unnecessary scratch value handling for a non-model property - use [`oneWay`](https://api.emberjs.com/ember/release/functions/@ember%2Fobject%2Fcomputed/oneWay) to bind the logged in user's email address to the `testEmailAddress` property on the component - this allows for the default value to always be the logged in users email but changing the property value only changes the value on the component, not upstream on the user model - use default two-way binding of the `<Input>` helper to avoid unnecessary boilerplate - removed unnecessary usage of the `truncate` helper for the placeholder |
||
---|---|---|
ghost/admin |