XcodesOrg / XcodesOrg/XcodesApp
SMS Autofill doesn't work
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.6k
- Forks
- 387
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
Describe the bug
When using SMS 2FA to authenticate an account, the window to enter the 6-digit code has 6 distinct text boxes, which breaks the autofill built into macOS when using 2FA codes.
To Reproduce
- Authenticate with SMS text message
- Receive a code
- In text box to enter the code, see an auto-suggestion from macOS to fill code
- Click the auto-suggestion
- The first digit is entered, but not the other 5, and the autofill form dismisses, and the text message is automatically deleted.
- Have to get a NEW code, then type it in one number at a time.
Expected behavior
If there were a SINGLE text box, instead of 6 individual ones, users could fill in the autofill SMS code with a single click.
Screenshots
Version
- OS: macOS 26.2
- Xcodes: 3.0.2 (34)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the SMS 2FA code-entry UI and reproduce the autofill behavior on macOS. Trace how the six code fields receive input, then verify that a macOS SMS suggestion fills the complete code in one action without dismissing or deleting the message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- authentication, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100