fix: missing closing brace in sojorn_post_card, remove invalid onExpired param in turnstile_widget
This commit is contained in:
parent
0a420278ec
commit
d3d1e371c1
|
|
@ -30,11 +30,6 @@ class TurnstileWidget extends StatelessWidget {
|
||||||
print('Turnstile error: $error');
|
print('Turnstile error: $error');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onExpired: () {
|
|
||||||
if (kDebugMode) {
|
|
||||||
print('Turnstile token expired');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -395,6 +395,7 @@ class _sojornPostCardState extends ConsumerState<sojornPostCard> {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Subtle single-line "replying to" hint shown on feed cards that are chains.
|
/// 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.
|
/// Uses a thin left accent bar and muted text to stay unobtrusive.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue