💄 Update the default callback uri
This commit is contained in:
11
DysonNetwork.Sphere/Pages/Auth/Callback.cshtml.cs
Normal file
11
DysonNetwork.Sphere/Pages/Auth/Callback.cshtml.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace DysonNetwork.Sphere.Pages.Auth
|
||||
{
|
||||
public class TokenModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user