diff --git a/static/resources/js/harbor.module.js b/static/resources/js/harbor.module.js index d92272c75..8fe5eda2a 100644 --- a/static/resources/js/harbor.module.js +++ b/static/resources/js/harbor.module.js @@ -13,6 +13,7 @@ 'harbor.layout.sign.up', 'harbor.layout.add.new', 'harbor.layout.account.setting', + 'harbor.layout.change.password', 'harbor.layout.forgot.password', 'harbor.layout.reset.password', 'harbor.layout.index', @@ -48,4 +49,4 @@ 'harbor.inline.help', 'harbor.dismissable.alerts' ]); -})(); \ No newline at end of file +})();