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()