mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 02:40:14 +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'() {
|
||||
Meteor.loginWithCas(function() {
|
||||
if (FlowRouter.getRouteName() ==== 'atSignIn') {
|
||||
if (FlowRouter.getRouteName() === 'atSignIn') {
|
||||
FlowRouter.go('/');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue