Skip to content

Commit 076a1a3

Browse files
committed
Add session to requirements to make reset password form working
1 parent 123a193 commit 076a1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package.describe({
33
});
44

55
Package.on_use(function (api) {
6-
api.use(['handlebars', 'accounts-password','stylus', 'accounts-base', 'underscore', 'templating', 'bootstrap-3'], 'client');
6+
api.use(['session', 'handlebars', 'accounts-password','stylus', 'accounts-base', 'underscore', 'templating', 'bootstrap-3'], 'client');
77

88
api.add_files([
99
'accounts_ui.js',

0 commit comments

Comments
 (0)