From f887bbdbab8dd88701ad8387bf8139ef9429143d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Jan 2026 17:41:02 +0000 Subject: [PATCH] feat: Start implementing IdMapping provider (#486) --- .../src/identity/v4/user/passkey/response/register_start.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_types/src/identity/v4/user/passkey/response/register_start.rs b/openstack_types/src/identity/v4/user/passkey/response/register_start.rs index df5b7533c..53ba36ee6 100644 --- a/openstack_types/src/identity/v4/user/passkey/response/register_start.rs +++ b/openstack_types/src/identity/v4/user/passkey/response/register_start.rs @@ -41,7 +41,7 @@ pub struct RegisterStartResponse { #[structable()] pub challenge: String, - /// Credential ID’s that are excluded from being able to be registered. + /// Credential ID's that are excluded from being able to be registered. #[serde(default)] #[structable(optional, serialize)] pub exclude_credentials: Option>, @@ -322,7 +322,7 @@ impl std::str::FromStr for CredentialProtectionPolicy { } } -/// The desired options for the client’s use of the credProtect extension +/// The desired options for the client's use of the credProtect extension /// /// /// `CredProtect` type