(result)
| 5808 | } |
| 5809 | |
| 5810 | function isStep6RecoverableResult(result) { |
| 5811 | return result?.step6Outcome === 'recoverable'; |
| 5812 | } |
| 5813 | |
| 5814 | function isAddPhoneAuthUrl(url) { |
| 5815 | return /https:\/\/auth\.openai\.com\/add-phone(?:[/?#]|$)/i.test(String(url || '').trim()); |