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
When we create a new team we must ensure the name adheres to our allowed format. The following regex describes the format: ^[a-zA-Z0-9]+([-_ ]{0,1}[a-zA-Z0-9])+$
The text was updated successfully, but these errors were encountered:
When we create a new team we must ensure the name adheres to our allowed format. The following regex describes the format:
^[a-zA-Z0-9]+([-_ ]{0,1}[a-zA-Z0-9])+$
The text was updated successfully, but these errors were encountered: