pub fn handle_queued_certs_to_send(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &QueuedCertsToSend), With<IsAuthenticated>>,
)pub fn handle_queued_certs_to_send(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &QueuedCertsToSend), With<IsAuthenticated>>,
)