mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
Added support for device registration during two factor login
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Bit.Api.Models
|
||||
public string Code { get; set; }
|
||||
[Required]
|
||||
public string Provider { get; set; }
|
||||
public DeviceRequestModel Device { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user