From d84f9df3816752d053e164156df06453707701c3 Mon Sep 17 00:00:00 2001 From: Aloento <11802769+Aloento@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:30:29 +0100 Subject: [PATCH] [chore] login --- src/Pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/index.tsx b/src/Pages/index.tsx index 356e88a..958cc72 100644 --- a/src/Pages/index.tsx +++ b/src/Pages/index.tsx @@ -29,7 +29,7 @@ export function Layout() { case "signout-callback-oidc": return ; - case "Login": + case "login": auth.signinRedirect(); return null;