Skip to content

Commit 74fdaee

Browse files
committed
fix: increase maxLength for auth values in HeaderAuthForm to 50000
1 parent ad9f33e commit 74fdaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/app/src/components/common/secret/HeaderAuthForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const AuthValueDisplay = ({
4747
placeholder={'Value'}
4848
bg={bg}
4949
h={8}
50-
maxLength={200}
50+
maxLength={50000}
5151
onFocus={() => onEdit(index)}
5252
onBlur={() => onEdit(undefined)}
5353
value={value}

0 commit comments

Comments
 (0)