1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Register name not required. Updated mail template ids.

This commit is contained in:
Kyle Spearrin
2016-07-05 22:21:42 -04:00
parent fefe541251
commit ba209e41ce
2 changed files with 7 additions and 8 deletions

View File

@ -5,7 +5,6 @@ namespace Bit.Api.Models
{
public class RegisterRequestModel
{
[Required]
[StringLength(50)]
public string Name { get; set; }
[Required]