mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
Remove pwix:blaze-layout
This commit is contained in:
parent
9ebf4d2426
commit
0635a663f0
38 changed files with 771 additions and 432 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { TAPi18n } from '/imports/i18n';
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
|
||||
const passwordField = AccountsTemplates.removeField('password');
|
||||
passwordField.autocomplete = 'current-password';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import { TAPi18n } from '/imports/i18n';
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
|
||||
let previousPath;
|
||||
FlowRouter.triggers.exit([
|
||||
|
|
@ -505,11 +506,11 @@ FlowRouter.route('/translation', {
|
|||
},
|
||||
});
|
||||
|
||||
FlowRouter.notFound = {
|
||||
FlowRouter.route('*', {
|
||||
action() {
|
||||
this.render('defaultLayout', { content: 'notFound' });
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
// We maintain a list of redirections to ensure that we don't break old URLs
|
||||
// when we change our routing scheme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue