v41.6.0
📦 electronView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release fixes a crash related to the macOS Touch ID WebAuthn prompt and introduces the ability to customize the prompt text via `app.configureWebAuthn()`.
Migration Steps
- If customizing the macOS Touch ID prompt text is required, update calls to `app.configureWebAuthn()` to include the new `touchID.promptReason` option.
✨ New Features
- Added `touchID.promptReason` parameter to `app.configureWebAuthn()` to allow customization of the macOS Touch ID prompt text.
🐛 Bug Fixes
- Fixed a crash in the macOS Touch ID WebAuthn prompt that occurred due to a missing string resource.