Created
February 13, 2018 04:15
-
-
Save satishgowda28/94516c39fc31401934b7316d8a11c466 to your computer and use it in GitHub Desktop.
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(!window.isLogin){ | |
System.import('./auth.js').then((response)=>{ | |
response.init(); | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment