diff --git a/hourglass/lib/router.js b/hourglass/lib/router.js index 7190bfa..b85af25 100644 --- a/hourglass/lib/router.js +++ b/hourglass/lib/router.js @@ -1,6 +1,6 @@ Router.route('/', { waitOn: function() { - if (!Meteor.userId() || !Meteor.user().profile.school) { + if (!Meteor.userId()) { this.redirect('/login'); } else { return [