mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Upgrade dependencies
This includes a security fix in mquandalle:bower, and a new package for useraccounts iron-router templates which forced us to move some configuration function calls.
This commit is contained in:
parent
ae4288d507
commit
4fc72d64b4
5 changed files with 43 additions and 38 deletions
|
|
@ -1,10 +1,3 @@
|
|||
_.each(['signIn', 'signUp', 'resetPwd', 'forgotPwd', 'enrollAccount'],
|
||||
function(routeName) {
|
||||
AccountsTemplates.configureRoute(routeName, {
|
||||
layoutTemplate: 'userFormsLayout'
|
||||
});
|
||||
});
|
||||
|
||||
Router.route('/profile/:username', {
|
||||
name: 'Profile',
|
||||
template: 'profile',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue