From bf57f4b33d5d34ac2c1963cad99307c0c1a27977 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Wed, 4 Mar 2026 17:26:48 +0000 Subject: [PATCH] Style wiki auth screens with guild design system Add guild-styled HTML templates for OIDC logout confirmation, post-logout success, and error pages. Update wiki login heading to brand convention (candlelight + warm-text). Restyle magic link email from blue to guild colour tokens. --- app/pages/auth/wiki-login.vue | 24 +-- server/routes/oidc/interaction/login.post.ts | 10 +- server/utils/oidc-provider.ts | 159 ++++++++++++++++++- 3 files changed, 175 insertions(+), 18 deletions(-) diff --git a/app/pages/auth/wiki-login.vue b/app/pages/auth/wiki-login.vue index c224c11..9cde711 100644 --- a/app/pages/auth/wiki-login.vue +++ b/app/pages/auth/wiki-login.vue @@ -31,12 +31,12 @@ async function sendMagicLink() {