Skip to content

Commit 737fae1

Browse files
committed
updated maxlength for verification-field in email-edit-box
1 parent 8361c42 commit 737fae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/(private)/contactgegevens/[type]/_contactEditBox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ export const ContactEditBox = ({
220220
ref={inputRef}
221221
id={`verificationCode-field-${name}-${id}`}
222222
className="w-1/4 border border-gray-300 bg-white px-1"
223-
placeholder="bv: 12345"
224-
maxLength={5}
223+
placeholder="bv: 123456"
224+
maxLength={6}
225225
type="text"
226226
value={verificationCode}
227227
onChange={(e) => {

0 commit comments

Comments
 (0)