Created
December 5, 2020 02:28
-
-
Save spiritbroski/e804b5d87be0874bf2e4e79e6259c56c 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
| 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