Project-Pandora-Game / pandora

https://project-pandora.com
Other
11 stars 3 forks source link

[FIX] display name change validates on account settings #780

Closed zoe-64 closed 1 month ago

zoe-64 commented 1 month ago

Previously changing display name to above 32 or below 3 wouldn't generate a warning toast. Now it does.

Fixed by using FormCreateStringValidator similar to registrationForm.

fixes #743