diff --git a/packages/legacy/core/App/screens/PINCreate.tsx b/packages/legacy/core/App/screens/PINCreate.tsx index e33999049..221809add 100644 --- a/packages/legacy/core/App/screens/PINCreate.tsx +++ b/packages/legacy/core/App/screens/PINCreate.tsx @@ -281,24 +281,6 @@ const PINCreate: React.FC = ({ setAuthenticated, explainedStatus autoFocus={false} inlineMessage={inlineMessageField1} /> - {PINSecurity.displayHelper && ( - - {PINOneValidations.map((validation, index) => { - return ( - - {validation.isInvalid ? ( - - ) : ( - - )} - - {t(`PINCreate.Helper.${validation.errorName}`)} - - - ) - })} - - )} { @@ -321,6 +303,24 @@ const PINCreate: React.FC = ({ setAuthenticated, explainedStatus ref={PINTwoInputRef} inlineMessage={inlineMessageField2} /> + {PINSecurity.displayHelper && ( + + {PINOneValidations.map((validation, index) => { + return ( + + {validation.isInvalid ? ( + + ) : ( + + )} + + {t(`PINCreate.Helper.${validation.errorName}`)} + + + ) + })} + + )} {modalState.visible && (