Skip to content

Commit

Permalink
Removed name length restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
TijnvandenEijnde committed Aug 26, 2024
1 parent 1444068 commit 183ff85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/channels/username.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ class Username with _$Username {
return false;
}

if (name.length > 20) {
return false;
}

return true;
}

Expand Down

0 comments on commit 183ff85

Please sign in to comment.