1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 11:04:31 -05:00

default user culture to en-US

This commit is contained in:
Kyle Spearrin 2016-01-07 23:01:01 -05:00
parent 79f9f60a78
commit f148cb83c4

View File

@ -17,7 +17,7 @@ namespace Bit.Core.Domains
public string Email { get; set; }
public string MasterPassword { get; set; }
public string MasterPasswordHint { get; set; }
public string Culture { get; set; }
public string Culture { get; set; } = "en-US";
public string SecurityStamp { get; set; }
public string OldEmail { get; set; }
public string OldMasterPassword { get; set; }