Skip to content

Instantly share code, notes, and snippets.

@quiaro
Last active November 10, 2017 18:06
Show Gist options
  • Select an option

  • Save quiaro/fa4d00478da3cf8d7645c7a3b9f8d312 to your computer and use it in GitHub Desktop.

Select an option

Save quiaro/fa4d00478da3cf8d7645c7a3b9f8d312 to your computer and use it in GitHub Desktop.
Login from Home component
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