From 151efc88fcf1845663ad4ab5b31afa8f5ba45619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Tue, 24 Feb 2026 19:21:25 +0200 Subject: [PATCH] Remove discord option --- ui/src/components/Icons.tsx | 6 ------ ui/src/i18n.ts | 4 ---- ui/src/routes/api/oauth/[...oauth].ts | 6 +----- ui/src/routes/login.tsx | 14 -------------- 4 files changed, 1 insertion(+), 29 deletions(-) diff --git a/ui/src/components/Icons.tsx b/ui/src/components/Icons.tsx index 50f2763..1ab81b0 100644 --- a/ui/src/components/Icons.tsx +++ b/ui/src/components/Icons.tsx @@ -1,11 +1,5 @@ type Icon = { class: string }; -export const Discord = (props: Icon) => ( - - - -); - export const X = (props: Icon) => ( {t("login.heading")}
-
- - {t("login.orContinueWith")} - -
- - - {t("login.signInWithDiscord")} -
);