💄 Update the default callback uri

This commit is contained in:
2025-06-17 23:16:51 +08:00
parent 5c02c63f70
commit 3b9db74a34
3 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,11 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace DysonNetwork.Sphere.Pages.Auth
{
public class TokenModel : PageModel
{
public void OnGet()
{
}
}
}