6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
import { Meteor } from 'meteor/meteor';
|
|
import { OHIF } from 'meteor/ohif:core';
|
|
|
|
OHIF.user.getAccessToken = () => {};
|
|
|