diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index be3364ff0..895426eab 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -91,8 +91,8 @@ export const Sidebar: React.FC = () => {
diff --git a/src/utils/auth.ts b/src/utils/auth.ts index f89a7e4c0..3f1d5aad9 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: 780, show: true, });