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