ohif-viewer/OHIFViewer/client/routeHooks.js
2016-01-11 11:32:20 +01:00

6 lines
107 B
JavaScript

Router.onBeforeAction(function() {
// User is logged in, go ahead and route them
this.next();
});