mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
2fa support
This commit is contained in:
@@ -45,7 +45,7 @@ function createWindow() {
|
||||
// Create the browser window.
|
||||
win = new BrowserWindow({
|
||||
width: primaryScreenSize.width < 950 ? primaryScreenSize.width : 950,
|
||||
height: primaryScreenSize.height < 700 ? primaryScreenSize.height : 700,
|
||||
height: primaryScreenSize.height < 600 ? primaryScreenSize.height : 600,
|
||||
minWidth: 680,
|
||||
minHeight: 500,
|
||||
title: app.getName(),
|
||||
|
||||
Reference in New Issue
Block a user