提交 ea5c8836 编写于 作者: D DCloud_LXH

fix(App): basecheckIsSoterEnrolledInDevice error

上级 7b4609ae
......@@ -69,7 +69,7 @@ const basecheckIsSoterEnrolledInDevice = ({
reject?: (errMsg: string, errRes?: any) => void
}) => {
const wrapReject = (errMsg: string, errRes?: any) =>
reject && reject(errMsg, ...errRes)
reject && reject(errMsg, errRes)
const wrapResolve = (res?: any) => resolve && resolve(res)
if (checkAuthMode === 'fingerPrint') {
if (checkIsSupportFingerPrint()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册