Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Web3Auth/Auth
/ mfaNotEnabled
Method
mfaNotEnabled
src/core/errors.ts:119–121 ·
view source on GitHub ↗
(extraMessage = "")
Source
from the content-addressed store, hash-verified
117
}
118
119
public static mfaNotEnabled(extraMessage =
""
): AuthError {
120
return
LoginError.fromCode(5117, extraMessage);
121
}
122
}
Callers
1
manageMFA
Method · 0.80
Calls
1
fromCode
Method · 0.45
Tested by
no test coverage detected