fix: missing closing brace in sojorn_post_card, remove invalid onExpired param in turnstile_widget

This commit is contained in:
Patrick Britton 2026-02-09 19:23:57 -06:00
parent 0a420278ec
commit d3d1e371c1
2 changed files with 1 additions and 5 deletions

View file

@ -30,11 +30,6 @@ class TurnstileWidget extends StatelessWidget {
print('Turnstile error: $error');
}
},
onExpired: () {
if (kDebugMode) {
print('Turnstile token expired');
}
},
);
}
}

View file

@ -395,6 +395,7 @@ class _sojornPostCardState extends ConsumerState<sojornPostCard> {
),
);
}
}
/// Subtle single-line "replying to" hint shown on feed cards that are chains.
/// Uses a thin left accent bar and muted text to stay unobtrusive.