aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS4
-rw-r--r--package.json2
-rw-r--r--src/api/auth.ts3
-rw-r--r--yarn.lock9
4 files changed, 8 insertions, 10 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2f0a50a..55cf527 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,5 @@
-# Request joe for all PRs.
-* @jb3
+# Request joe, HassanAbouelela for all PRs.
+* @jb3 @HassanAbouelela
# Request ks129 for CI and API related PRs.
.github/workflows/** @ks129 @jb3
diff --git a/package.json b/package.json
index b6960bb..a2cb548 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"axios": "0.21.1",
"copy-webpack-plugin": "8.0.0",
"fs-extra": "9.1.0",
- "html-webpack-plugin": "5.2.0",
+ "html-webpack-plugin": "5.3.0",
"identity-obj-proxy": "3.0.0",
"react": "17.0.1",
"react-app-polyfill": "2.0.0",
diff --git a/src/api/auth.ts b/src/api/auth.ts
index 024292c..dd1f749 100644
--- a/src/api/auth.ts
+++ b/src/api/auth.ts
@@ -106,8 +106,7 @@ export async function getDiscordCode(scopes: OAuthScopes[], disableFunction?: (d
// Open login window
const windowRef = window.open(
`https://discord.com/api/oauth2/authorize?client_id=${OAUTH2_CLIENT_ID}&state=${state}&response_type=code&scope=${scopeString}&redirect_uri=${redirectURI}&prompt=none`,
- "Discord_OAuth2",
- "height=700,width=500,location=no,menubar=no,resizable=no,status=no,titlebar=no,left=300,top=300"
+ "Discord_OAuth2"
);
// Clean up on login
diff --git a/yarn.lock b/yarn.lock
index 6ba6667..228e60f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4840,14 +4840,13 @@ html-minifier-terser@^5.0.1:
relateurl "^0.2.7"
terser "^4.6.3"
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz#d675ad0027a89de6b3d9950e0b57656dcfd97fbf"
- integrity sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ==
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz#9d93a547db34ac1f28b9f41fd8fe38a5d56770f3"
+ integrity sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==
dependencies:
"@types/html-minifier-terser" "^5.0.0"
html-minifier-terser "^5.0.1"
- loader-utils "^2.0.0"
lodash "^4.17.20"
pretty-error "^2.1.1"
tapable "^2.0.0"