Browse Source

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

pull/6633/head
Jason Ng 2 years ago committed by GitHub
parent
commit
21b1f87724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/browser/src/platform/popup/browser-popout-window.service.ts

3
apps/browser/src/platform/popup/browser-popout-window.service.ts

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

Loading…
Cancel
Save