Skip to content

Commit f01892c

Browse files
chore: change dimensions of login window (#556)
Co-authored-by: Afonso Jorge Ramos <[email protected]>
1 parent 4cfc2b5 commit f01892c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/auth.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const authGitHub = (
1212
return new Promise((resolve, reject) => {
1313
// Build the OAuth consent page URL
1414
const authWindow = new BrowserWindow({
15-
width: 800,
16-
height: 600,
15+
width: 548,
16+
height: 736,
1717
show: true,
1818
});
1919

0 commit comments

Comments
 (0)