fix activation registration after local-network-access policy introduction
This commit is contained in:
@@ -5,9 +5,12 @@ namespace Disco.Web.Areas.API.Models.Activation
|
||||
{
|
||||
public class CallbackModel
|
||||
{
|
||||
public string Origin { get; set; }
|
||||
public Guid DeploymentId { get; set; }
|
||||
public Guid CorrelationId { get; set; }
|
||||
[StringLength(50)]
|
||||
public string UserId { get; set; }
|
||||
public long Timestamp { get; set; }
|
||||
public string Proof { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user