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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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