Changes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Api.Models.Requests
|
||||
{
|
||||
public class CaptchaVerifyRequest
|
||||
{
|
||||
public string? Token { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@@ -6,4 +6,5 @@ public sealed class JobMatchRequest
|
||||
public string? JobUrl { get; set; }
|
||||
public string? JobDescription { get; set; }
|
||||
public bool GdprConsent { get; set; }
|
||||
public string? CaptchaToken { get; set; }
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@ namespace Api.Models.Requests
|
||||
public IFormFile Cv { get; set; } = default!;
|
||||
|
||||
public bool GdprConsent { get; set; }
|
||||
public string? CaptchaToken { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user