💄 Update the default callback uri
This commit is contained in:
parent
5c02c63f70
commit
3b9db74a34
@ -282,7 +282,7 @@ public class ConnectionController(
|
||||
var returnUrl = await cache.GetAsync<string>(returnUrlKey);
|
||||
await cache.RemoveAsync(returnUrlKey);
|
||||
|
||||
return Redirect(string.IsNullOrEmpty(returnUrl) ? "/settings/connections" : returnUrl);
|
||||
return Redirect(string.IsNullOrEmpty(returnUrl) ? "/auth/callback" : returnUrl);
|
||||
}
|
||||
|
||||
private async Task<IActionResult> HandleLoginOrRegistration(
|
||||
|
@ -1,4 +1,4 @@
|
||||
@page "/auth/token"
|
||||
@page "/auth/callback"
|
||||
@model DysonNetwork.Sphere.Pages.Auth.TokenModel
|
||||
@{
|
||||
ViewData["Title"] = "Authentication Successful";
|
Loading…
x
Reference in New Issue
Block a user