mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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