Created
August 31, 2015 16:33
-
-
Save btbjosh/5b8281a092a716b2f3fe to your computer and use it in GitHub Desktop.
Helper to manage if meteor is loading user...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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