mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
refactor code to with user TwoFactorProviders
This commit is contained in:
@@ -7,6 +7,6 @@ namespace Bit.Core.Models
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool Remember { get; set; }
|
||||
public Dictionary<string, object> MetaData { get; set; }
|
||||
public Dictionary<string, string> MetaData { get; set; } = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user