From a1c4d2ab2b4fe0a77d36334e38b1fe0eecba41ab Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 16 May 2026 12:57:19 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20/me-Endpoint=20gibt=20geburtstag=20zur?= =?UTF-8?q?=C3=BCck=20(war=20vergessen)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/routes/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routes/auth.py b/backend/routes/auth.py index 46e6330..0ccc0cd 100644 --- a/backend/routes/auth.py +++ b/backend/routes/auth.py @@ -242,7 +242,7 @@ async def me(user=Depends(get_current_user)): notes_ki_enabled, gassi_stunde_push, preferred_theme, subscription_tier, subscription_expires_at, subscription_cancelled_at, needs_dog_selection, - billing_address + billing_address, geburtstag FROM users WHERE id=?""", (user["id"],) ).fetchone()