mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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() {
|
isCas() {
|
||||||
return Meteor.settings.public &&
|
return Meteor.settings.public &&
|
||||||
Meteor.settings.public.cas &&
|
Meteor.settings.public.cas &&
|
||||||
Meteor.settings.public.cas.loginUrl
|
Meteor.settings.public.cas.loginUrl;
|
||||||
},
|
},
|
||||||
|
|
||||||
casSignInLabel() {
|
casSignInLabel() {
|
||||||
|
|
@ -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