@ -96,6 +96,7 @@
"nodebb-widget-essentials": "4.1.2",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-local": "1.0.0",
"pg": "^8.0.2",
"pg-cursor": "^2.1.9",
@ -1,6 +1,6 @@
'use strict';
define('forum/account/edit/password', ['forum/account/header', 'translator', 'zxcvbn', 'api',], function (header, translator, zxcvbn, api) {
define('forum/account/edit/password', ['forum/account/header', 'translator', 'zxcvbn', 'api'], function (header, translator, zxcvbn, api) {
var AccountEditPassword = {};
AccountEditPassword.init = function () {
@ -1,3 +1,5 @@
define('forum/groups/list', ['forum/infinitescroll', 'benchpress', 'api'], function (infinitescroll, Benchpress, api) {
var Groups = {};