1
0
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:
Kyle Spearrin
2016-07-23 02:49:57 -04:00
parent 452d74a266
commit d300c82ffd
3 changed files with 10 additions and 2 deletions

View File

@@ -8,5 +8,6 @@ namespace Bit.Api.Models
public string Code { get; set; }
[Required]
public string Provider { get; set; }
public DeviceRequestModel Device { get; set; }
}
}