This is a backport PR for branch 41-x-y
MarshallOfSound

#51604: fix: ship IDS_WEBAUTHN_TOUCH_ID_PROMPT_REASON and allow overriding it

Merged
Created: May 13, 2026, 12:58:35 PM
Merged: May 13, 2026, 2:29:06 PM
1 comments
Target: 41-x-y

Backport of #51592

See that PR for details.

Notes: Fixed a crash in the macOS Touch ID WebAuthn prompt caused by a missing string resource, and added touchID.promptReason to app.configureWebAuthn() to customize the prompt text.

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
May 12, 2026, 12:08:23 PM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron