Skip to content

Instantly share code, notes, and snippets.

@spiritbroski
Created December 5, 2020 02:28
Show Gist options
  • Select an option

  • Save spiritbroski/e804b5d87be0874bf2e4e79e6259c56c to your computer and use it in GitHub Desktop.

Select an option

Save spiritbroski/e804b5d87be0874bf2e4e79e6259c56c to your computer and use it in GitHub Desktop.
export default class MyStore extends Vue {
login_github(){
window.location.href="https://github.com/login/oauth/authorize?client_id="+process.env.github_client_id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment