fix activation registration after local-network-access policy introduction
This commit is contained in:
@@ -4,9 +4,11 @@ namespace Disco.Web.Areas.Config.Models.SystemConfig
|
||||
{
|
||||
public class ActivateModel
|
||||
{
|
||||
public Uri CallbackUrl { get; set; }
|
||||
public Guid DeploymentId { get; set; }
|
||||
public Guid CorrelationId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public long Timestamp { get; set; }
|
||||
public string Proof { get; set; }
|
||||
public Uri CallbackUrl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user