mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
Fix stupid error 💥🗯💣🕳💢☠
This commit is contained in:
parent
49a89b80cf
commit
02f14d967f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ Template.userFormsLayout.events({
|
||||||
},
|
},
|
||||||
'click button#cas'() {
|
'click button#cas'() {
|
||||||
Meteor.loginWithCas(function() {
|
Meteor.loginWithCas(function() {
|
||||||
if (FlowRouter.getRouteName() ==== 'atSignIn') {
|
if (FlowRouter.getRouteName() === 'atSignIn') {
|
||||||
FlowRouter.go('/');
|
FlowRouter.go('/');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue