Skip to content

Commit

Permalink
New domain and oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Aug 5, 2024
1 parent 2e15b55 commit 4ef8220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/functions/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = async function login() {

const auth = createOAuthDeviceAuth({
clientType: "oauth-app",
clientId: "4f4b7c87e51db2426e15",
clientId: "Ov23liWM5Pzcwamjrhs5",
scopes: ["public_repo, user:email"],
onVerification(verification) {
console.log("Open the URL: %s", verification.verification_uri);
Expand Down
6 changes: 4 additions & 2 deletions src/util/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const check = [
{ value: "is-cool.dev" },
{ value: "is-local.org" },
{ value: "is-not-a.dev" },
{ value: "localplayer.dev" }
{ value: "localplayer.dev" },
{ value: "is-a-fullstack.dev"}
]
},

Expand All @@ -27,7 +28,8 @@ const register = [
{ value: "is-cool.dev" },
{ value: "is-local.org" },
{ value: "is-not-a.dev" },
{ value: "localplayer.dev" }
{ value: "localplayer.dev" },
{ value: "is-a-fullstack.dev"}
]
},

Expand Down

0 comments on commit 4ef8220

Please sign in to comment.