6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
Router.onBeforeAction(function() {
|
|
|
|
// User is logged in, go ahead and route them
|
|
this.next();
|
|
});
|