ohif-viewer/LesionTracker/client/components/emailVerification/emailVerification.js

5 lines
125 B
JavaScript
Raw Normal View History

2016-02-28 18:58:05 +01:00
Template.emailVerification.helpers({
emailAddress: function() {
return Meteor.user().emails[0].address;
}
});