@page "/auth/captcha" @model DysonNetwork.Sphere.Pages.Checkpoint.CheckpointPage @{ ViewData["Title"] = "Security Checkpoint"; var cfg = ViewData.Model.Configuration; var provider = cfg.GetSection("Captcha")["Provider"]?.ToLower(); var apiKey = cfg.GetSection("Captcha")["ApiKey"]; } @section Scripts { @switch (provider) { case "recaptcha": break; case "cloudflare": break; case "hcaptcha": break; } }
Please complete the contest below to confirm you're not a robot
Captcha provider not configured correctly.