add: blocked users page

This commit is contained in:
trisua 2025-05-09 22:36:16 -04:00
parent 6893aeedb5
commit 3706764437
18 changed files with 427 additions and 178 deletions

View file

@ -23,7 +23,7 @@ pub async fn stripe_webhook(
let req = match stripe::Webhook::construct_event(
&body,
&sig.to_str().unwrap(),
sig.to_str().unwrap(),
&data.0.stripe.as_ref().unwrap().webhook_signing_secret,
) {
Ok(e) => e,