From 51849cd9deb19ad49f3ebbbb44a097bff64aeca5 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 12 Jan 2025 19:20:51 -0500 Subject: [PATCH] feat: add OpenID Connect options to login screen --- src/components/Login/index.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/components/Login/index.tsx b/src/components/Login/index.tsx index 907da8f2..87ab46ff 100644 --- a/src/components/Login/index.tsx +++ b/src/components/Login/index.tsx @@ -147,6 +147,21 @@ const Login = () => { )) )), + ...settings.currentSettings.openIdProviders.map((provider) => ( + + )), ].filter((o): o is JSX.Element => !!o); return (