tfa: fix typo in docs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-11-26 14:55:19 +01:00 committed by Thomas Lamprecht
parent 248e888ae7
commit 21b56f0c79

View 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,