diff --git a/Watcher/Controllers/AuthController.cs b/Watcher/Controllers/AuthController.cs index 66ff5f1..e4f957c 100644 --- a/Watcher/Controllers/AuthController.cs +++ b/Watcher/Controllers/AuthController.cs @@ -60,7 +60,7 @@ public class AuthController : Controller { return Challenge(new AuthenticationProperties { - RedirectUri = "/" + RedirectUri = "/Home/Index" }, "oidc"); }