From 716dbf860fd426074d6e76e6619bc53905517d2b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 24 Feb 2025 15:55:56 +0100 Subject: [PATCH] test --- rust/src/api/authentication.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/src/api/authentication.rs b/rust/src/api/authentication.rs index 4d2822ae3..820164191 100644 --- a/rust/src/api/authentication.rs +++ b/rust/src/api/authentication.rs @@ -38,7 +38,6 @@ impl<'a> Authentication<'a> { options: Option, ) -> Result { let AuthenticationAppPortalAccessOptions { idempotency_key } = options.unwrap_or_default(); - crate::request::Request::new( http1::Method::POST, "/api/v1/auth/app-portal-access/{app_id}",