Created
June 24, 2017 22:01
-
-
Save guzmonne/313085b4d86fa71c2676c54824d84390 to your computer and use it in GitHub Desktop.
cognito-auth.index.js
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
(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