We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4d5ed commit 34947ffCopy full SHA for 34947ff
src/app/(authenticated)/profile/edit/EditProfileForm.tsx
@@ -284,7 +284,7 @@ export default function EditProfileForm({
284
className="input"
285
{...register("contacts.linkedin", {
286
pattern: {
287
- value: /^[A-Za-z0-9_-]{3,300}$/,
+ value: /^[a-zA-Z0-9À-ž_.-]{3,300}$/,
288
message: "Invalid username",
289
},
290
})}
0 commit comments