MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / isAddPhoneAuthUrl

Function isAddPhoneAuthUrl

background.js:5814–5816  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

5812}
5813
5814function isAddPhoneAuthUrl(url) {
5815 return /https:\/\/auth\.openai\.com\/add-phone(?:[/?#]|$)/i.test(String(url || '').trim());
5816}
5817
5818function isAddPhoneAuthState(authState = {}) {
5819 return authState?.state === 'add_phone_page'

Callers 2

isAddPhoneAuthStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected