From 74699771a21734ab893ab3579a96d5e72120cceb Mon Sep 17 00:00:00 2001 From: Hizkiel Alemayehu <44091398+hizclick@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:01:52 +0200 Subject: [PATCH] Update index.js --- src/store/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 2a744fd..9adf78f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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';