mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52: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 Email { get; set; }
|
||||||
public string MasterPassword { get; set; }
|
public string MasterPassword { get; set; }
|
||||||
public string MasterPasswordHint { 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 SecurityStamp { get; set; }
|
||||||
public string OldEmail { get; set; }
|
public string OldEmail { get; set; }
|
||||||
public string OldMasterPassword { get; set; }
|
public string OldMasterPassword { get; set; }
|
||||||
|
Reference in New Issue
Block a user