Skip to content

Commit

Permalink
fix: increased maxlength of labels per <https://github.com/bitwarden/…
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Sep 10, 2023
1 parent 28cf171 commit 6c051dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Aliases = new mongoose.Schema({
{
type: String,
trim: true,
maxlength: 20
maxlength: 150
}
],
is_enabled: {
Expand Down

0 comments on commit 6c051dd

Please sign in to comment.