Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created June 24, 2017 22:01
Show Gist options
  • Save guzmonne/313085b4d86fa71c2676c54824d84390 to your computer and use it in GitHub Desktop.
Save guzmonne/313085b4d86fa71c2676c54824d84390 to your computer and use it in GitHub Desktop.
cognito-auth.index.js
(function(ready, EventEmitter) {
ready(function() {
EventEmitter.emit('LoginForm:mount')
})
})(window.ready, window.EventEmitter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment