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:
parent
79f9f60a78
commit
f148cb83c4
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user