(step)
| 33 | } |
| 34 | |
| 35 | function getVerificationCodeLabel(step) { |
| 36 | return step === 4 ? '注册' : '登录'; |
| 37 | } |
| 38 | |
| 39 | async function confirmCustomVerificationStepBypass(step) { |
| 40 | const verificationLabel = getVerificationCodeLabel(step); |
no outgoing calls
no test coverage detected