✨ Recaptcha
This commit is contained in:
13
DysonNetwork.Sphere/Pages/CheckpointPage.cshtml.cs
Normal file
13
DysonNetwork.Sphere/Pages/CheckpointPage.cshtml.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace DysonNetwork.Sphere.Pages;
|
||||
|
||||
public class CheckpointPage(IConfiguration configuration) : PageModel
|
||||
{
|
||||
[BindProperty] public IConfiguration Configuration { get; set; } = configuration;
|
||||
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user