Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing validation for minimum character requirement in nickname field #19406

Closed
VolodLytvynenko opened this issue Mar 26, 2024 · 0 comments · Fixed by #19517
Closed

Missing validation for minimum character requirement in nickname field #19406

VolodLytvynenko opened this issue Mar 26, 2024 · 0 comments · Fixed by #19517
Assignees
Labels
Milestone

Comments

@VolodLytvynenko
Copy link
Contributor

VolodLytvynenko commented Mar 26, 2024

Steps:

  1. UserA on the profile page of UserB
  2. Tap three dots -> tap 'add nickname'
  3. Enter less than 5 chars into nickname field

Actual result:

No validation is applied
image

Expected result:

'Minimum 5 characters' validation message should be shown

reference to https://discord.com/channels/624634427930312714/1026813762910564393/1219632940431048724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment