mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
default user culture to en-US
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user