fix membership application error
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m50s
CI/CD Pipeline / deploy-staging (push) Successful in 6m55s
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-04-08 19:04:57 +02:00
parent db3158d4e7
commit 3b9103e9aa
3 changed files with 32 additions and 7 deletions

View File

@ -1,6 +1,5 @@
use std::net::IpAddr;
use futures::{stream, StreamExt};
use rocket::{
form::Form,
get,