Skip to main content
function EnrollMfaError(props: HTMLAttributes<HTMLDivElement>): null | Element;
A component for displaying an error banner in the EnrollMfa component.

Parameters

ParameterTypeDescription
propsHTMLAttributes<HTMLDivElement>The props for the EnrollMfaError component.

Returns

null | Element The EnrollMfaError component.