From 176aa052b9d94a2f3b8b7810de8579d529b5cce9 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:02:58 +0100 Subject: [PATCH] feat(matrix-web): add SSO login button for Mana Core Add "Sign in with Mana Core" button to Matrix web login page. This allows users to authenticate via SSO instead of entering Matrix credentials directly. Co-Authored-By: Claude Opus 4.5 --- .../web/src/routes/(auth)/login/+page.svelte | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/apps/matrix/apps/web/src/routes/(auth)/login/+page.svelte b/apps/matrix/apps/web/src/routes/(auth)/login/+page.svelte index 375f4c046..d46c4aa09 100644 --- a/apps/matrix/apps/web/src/routes/(auth)/login/+page.svelte +++ b/apps/matrix/apps/web/src/routes/(auth)/login/+page.svelte @@ -1,7 +1,8 @@