diff --git a/gui/app/components/document/document-meta.js b/gui/app/components/document/document-meta.js index 7ac9e252..b0df5b62 100644 --- a/gui/app/components/document/document-meta.js +++ b/gui/app/components/document/document-meta.js @@ -207,11 +207,9 @@ export default Component.extend(Modals, Tooltips, { }, onEditLifecycle() { - //no op }, onEditProtection() { - //no op }, onEditCategory() { diff --git a/gui/app/pods/auth/forgot/route.js b/gui/app/pods/auth/forgot/route.js index 09537371..0657f548 100644 --- a/gui/app/pods/auth/forgot/route.js +++ b/gui/app/pods/auth/forgot/route.js @@ -31,10 +31,10 @@ export default Route.extend({ activate() { this.get('browser').setTitleAsPhrase('Forgot Password'); - $('body').addClass('background-color-theme-light'); + $('body').addClass('background-color-theme-light d-flex justify-content-center align-items-center'); }, deactivate() { - $('body').removeClass('background-color-theme-light'); + $('body').removeClass('background-color-theme-light d-flex justify-content-center align-items-center'); } }); diff --git a/gui/app/pods/auth/forgot/template.hbs b/gui/app/pods/auth/forgot/template.hbs index 603bff0e..4ede3219 100644 --- a/gui/app/pods/auth/forgot/template.hbs +++ b/gui/app/pods/auth/forgot/template.hbs @@ -1,8 +1,10 @@ -