2
0
Эх сурвалжийг харах

Fix stupid error 💥🗯💣🕳💢☠

ppoulard 7 жил өмнө
parent
commit
02f14d967f

+ 1 - 1
client/components/main/layouts.js

@@ -59,7 +59,7 @@ Template.userFormsLayout.events({
   },
   'click button#cas'() {
     Meteor.loginWithCas(function() {
-      if (FlowRouter.getRouteName() ==== 'atSignIn') {
+      if (FlowRouter.getRouteName() === 'atSignIn') {
         FlowRouter.go('/');
       }
     });