mirror of
https://github.com/bitwarden/mobile
synced 2026-01-20 01:13:30 +00:00
device registration on login
This commit is contained in:
@@ -7,6 +7,7 @@ namespace Bit.App.Models.Api
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Identifier { get; set; }
|
||||
public DeviceType Type { get; set; }
|
||||
public DateTime CreationDate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user