Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick authored Sep 27, 2023
1 parent 6036e2b commit 7469977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { Octokit } from '@octokit/rest'
import CLIENT_ID from './client_id';
import CALL_BACK from './call_back';
import CLIENT_SECRET from './client_secret';
console.log("this is URL " + url)
console.log("this is CLIENT_ID " + client_id)
console.log("this is CLIENT_SECRET " + client_secret)
console.log("this is URL " + CALL_BACK)
console.log("this is CLIENT_ID " + CLIENT_ID)
console.log("this is CLIENT_SECRET " + CLIENT_SECRET)


import { Base64 } from 'js-base64';
Expand Down

0 comments on commit 7469977

Please sign in to comment.