Last active
November 10, 2017 18:06
-
-
Save quiaro/fa4d00478da3cf8d7645c7a3b9f8d312 to your computer and use it in GitHub Desktop.
Login from Home component
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
| import { login } from './common/auth'; | |
| export default () => { | |
| login(); | |
| return null; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment