]> git.proxmox.com Git - proxmox.git/commitdiff
tfa: fix typo in docs
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Nov 2021 13:55:19 +0000 (14:55 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 Nov 2021 16:00:29 +0000 (17:00 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-tfa/src/api/webauthn.rs

index c691e4223cb84712bff950917ffa5b1bef73e886..d4f8acb2bf35b53a23b5150610aa1bf4190518e0 100644 (file)
@@ -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,