diff --git a/src/utils/auth.ts b/src/utils/auth.ts index f89a7e4c0..2c738d976 100644 --- a/src/utils/auth.ts +++ b/src/utils/auth.ts @@ -12,8 +12,8 @@ export const authGitHub = ( return new Promise((resolve, reject) => { // Build the OAuth consent page URL const authWindow = new BrowserWindow({ - width: 800, - height: 600, + width: 548, + height: 736, show: true, });