Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions stubs/frame-fix/frame-fix-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ if (_earlyApp) {
'updateCurrentActivity',
'resignCurrentActivity',
'getCurrentActivityType',
// WebAuthn (passkey/security-key) setup is macOS-only; absent on Linux
// Electron, so the darwin-gated callsite throws and crashes launch. See #128.
'configureWebAuthn',
];
for (const _m of _macOnlyAppMethods) {
if (typeof _earlyApp[_m] !== 'function') {
Expand Down