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
If you enter a string like 012345678 the website won't accept it because of the start/end whitespaces. just use the trim() function on js to fix this, shouldn't be that hard
If you enter a string like
012345678the website won't accept it because of the start/end whitespaces. just use the trim() function on js to fix this, shouldn't be that hard