You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce:
Just open you're developer console (F12 or CTRL + SHIFT + I) and remove the max-length from name input. Now enter a 1,000,000 char's long name.
How to fix?
Validate information on the server side!
The text was updated successfully, but these errors were encountered:
Is this a bug?
Yes!
How to reproduce:
Just open you're developer console (F12 or CTRL + SHIFT + I) and remove the
max-length
from name input. Now enter a 1,000,000 char's long name.How to fix?
Validate information on the server side!
The text was updated successfully, but these errors were encountered: