1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05: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,
};
}
}