-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: QLHazyCoder/FlowPilot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
...
head repository: QLHazyCoder/FlowPilot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Could not load branches
Nothing to show
Loading
- 2 commits
- 7 files changed
- 3 contributors
Commits on Jun 8, 2026
-
fix: ensure SMS channel selected before submitting phone number on ad...
...d-phone page OpenAI's add-phone page shows a 'Send code via' radio group with 'Text Message' (SMS) and 'WhatsApp' options that can appear in random DOM order. Previously submitPhoneNumber did not check which channel was active, so if WhatsApp happened to be selected the verification code would be sent via WhatsApp — which SMS-based verification platforms cannot read. - Add getAddPhoneChannelInput / getSelectedChannel to read the hidden channel input and checked radio state - Add getSmsChannelRadio / getWhatsAppChannelRadio to locate options by their stable value attribute regardless of DOM order - Add ensureSmsChannelSelected to click the SMS radio when needed - Call ensureSmsChannelSelected in submitPhoneNumber before the phone number is submitted, failing fast if SMS cannot be selected - Export the new helpers so background flows can also query channel state when needed Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
-
fix: skip registration wait after logged-in signup verification
QLHazyCoder committedJun 8, 2026
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...dev