From 21b56f0c7920ef7e80e280bc4f54622b1ef8f7e5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 26 Nov 2021 14:55:19 +0100 Subject: [PATCH] tfa: fix typo in docs Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/src/api/webauthn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-tfa/src/api/webauthn.rs b/proxmox-tfa/src/api/webauthn.rs index c691e422..d4f8acb2 100644 --- a/proxmox-tfa/src/api/webauthn.rs +++ b/proxmox-tfa/src/api/webauthn.rs @@ -43,7 +43,7 @@ pub struct WebauthnConfig { /// Changing this *may* break existing credentials. pub origin: OriginUrl, - /// Relying part ID. Must be the domain name without protocol, port or location. + /// Relying party ID. Must be the domain name without protocol, port or location. /// /// Changing this *will* break existing credentials. pub id: String, -- 2.39.2