From 524b23c1828c67ba30ca9557fe888d33fca862ba Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 5 Oct 2022 12:05:31 +0100 Subject: [PATCH] Migrated staff user screen to Ember Octane patterns (#15532) refs https://github.com/TryGhost/Ghost/issues/14101 - migrated staff user controller to native class syntax - removed use of `{{action}}` helper - moved from custom components to native `` and `

Recommended: 200 characters. @@ -331,22 +337,21 @@ {{!-- If an administrator is viewing Owner's profile then hide inputs for change password --}} {{#if this.canChangePassword}} -