1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00

Resolve review comments

This commit is contained in:
hinton
2020-05-22 22:16:01 +02:00
parent 28fe86ecff
commit f2348d2264
4 changed files with 5 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ namespace Bit.Core.Models.Api
{
Id = new Guid(Id),
ReadOnly = ReadOnly,
HidePasswords = HidePasswords
HidePasswords = HidePasswords,
};
}
}