From b8018ba3850710069fb001ce2e228767492c1f0c Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 11 Mar 2026 21:03:17 +0000 Subject: [PATCH] Add type annotations to federation-choose-username defcomp params Co-Authored-By: Claude Opus 4.6 --- federation/sx/auth.sx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/sx/auth.sx b/federation/sx/auth.sx index c988b25..bdb2158 100644 --- a/federation/sx/auth.sx +++ b/federation/sx/auth.sx @@ -1,7 +1,7 @@ ;; Auth components (choose username — federation-specific) ;; Login and check-email components are shared: see shared/sx/templates/auth.sx -(defcomp ~federation-choose-username (&key domain error csrf username check-url) +(defcomp ~federation-choose-username (&key (domain :as string) error (csrf :as string) (username :as string) (check-url :as string)) (div :class "py-8 max-w-md mx-auto" (h1 :class "text-2xl font-bold mb-2" "Choose your username") (p :class "text-stone-600 mb-6" "This will be your identity on the fediverse: "