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

Function getVerificationCodeLabel

background/verification-flow.js:35–37  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected