MCPcopy Create free account
hub / github.com/Web3Auth/Auth / mfaAlreadyEnabled

Method mfaAlreadyEnabled

src/core/errors.ts:115–117  ·  view source on GitHub ↗
(extraMessage = "")

Source from the content-addressed store, hash-verified

113 }
114
115 public static mfaAlreadyEnabled(extraMessage = ""): AuthError {
116 return LoginError.fromCode(5116, extraMessage);
117 }
118
119 public static mfaNotEnabled(extraMessage = ""): AuthError {
120 return LoginError.fromCode(5117, extraMessage);

Callers 1

enableMFAMethod · 0.80

Calls 1

fromCodeMethod · 0.45

Tested by

no test coverage detected