async fn deny_device(
conn: &mut PgConnection,
user_code: &str,
) -> Result<(), ControllerError>Expand description
Core of POST /device_verification/deny.
async fn deny_device(
conn: &mut PgConnection,
user_code: &str,
) -> Result<(), ControllerError>Core of POST /device_verification/deny.