1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

PM-4376 update size for passkey popup (#6615)

This commit is contained in:
Jason Ng
2023-10-18 14:46:42 -04:00
committed by GitHub
parent eabdbe3d19
commit 21b1f87724

View File

@@ -122,8 +122,7 @@ class BrowserPopoutWindowService implements BrowserPopupWindowServiceInterface {
promptWindowPath,
"fido2Popout",
{
width: 200,
height: 500,
height: 450,
}
);
}