mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Fix QA
This commit is contained in:
parent
ee81775dc8
commit
49a89b80cf
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ Template.userFormsLayout.helpers({
|
|||
isCas() {
|
||||
return Meteor.settings.public &&
|
||||
Meteor.settings.public.cas &&
|
||||
Meteor.settings.public.cas.loginUrl
|
||||
Meteor.settings.public.cas.loginUrl;
|
||||
},
|
||||
|
||||
casSignInLabel() {
|
||||
|
@ -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