[pmg-devel] [PATCH proxmox 1/6] tfa: fix typo in docs

Wolfgang Bumiller w.bumiller at proxmox.com
Fri Nov 26 14:55:19 CET 2021


Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
 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 c691e42..d4f8acb 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.30.2





More information about the pmg-devel mailing list