(authState = {})
| 5816 | } |
| 5817 | |
| 5818 | function isAddPhoneAuthState(authState = {}) { |
| 5819 | return authState?.state === 'add_phone_page' |
| 5820 | || Boolean(authState?.addPhonePage) |
| 5821 | || isAddPhoneAuthUrl(authState?.url); |
| 5822 | } |
| 5823 | |
| 5824 | async function getPostStep6AutoRestartDecision(step, error) { |
| 5825 | const normalizedStep = Number(step); |
no test coverage detected