diff --git a/package-lock.json b/package-lock.json index aaeea81..bf74a48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "ISC", "dependencies": { "axios": "^1.6.5", + "dotenv": "^16.3.1", "express": "^4.18.2" } }, @@ -178,6 +179,17 @@ "npm": "1.2.8000 || >= 1.4.16" } }, + "node_modules/dotenv": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", diff --git a/package.json b/package.json index 9eb9da0..014af1e 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,14 @@ "description": "small server to see how login button works", "main": "index.js", "scripts": { + "build": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.5", + "dotenv": "^16.3.1", "express": "^4.18.2" } } diff --git a/public/index.html b/public/index.html index 402c361..29e050d 100644 --- a/public/index.html +++ b/public/index.html @@ -3,11 +3,10 @@
-Click the following link to authorize with OAuth:
- Authorize th +Hey u shouldnt be here!
+ Login with Osu! -