Skip to content

Instantly share code, notes, and snippets.

@btbjosh
Created August 31, 2015 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbjosh/5b8281a092a716b2f3fe to your computer and use it in GitHub Desktop.
Save btbjosh/5b8281a092a716b2f3fe to your computer and use it in GitHub Desktop.
Helper to manage if meteor is loading user...
if (Meteor.isClient) {
Template.registerHelper('authInProgress', function() {
return Meteor.loggingIn();
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment