mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 05:35:28 +00:00
tfa: docs fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
df0d30a106
commit
d0b4f0bf2f
@ -102,7 +102,7 @@ fn get_webauthn<'a, 'config: 'a, 'origin: 'a>(
|
|||||||
Some(waconfig.as_ref()?.instantiate(origin).map(Webauthn::new))
|
Some(waconfig.as_ref()?.instantiate(origin).map(Webauthn::new))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Helper to get a u2f instance from a u2f config.
|
/// Helper to get a `WebauthnConfigInstance` from a `WebauthnConfig`
|
||||||
///
|
///
|
||||||
/// This is outside of `TfaConfig` to not borrow its `&self`.
|
/// This is outside of `TfaConfig` to not borrow its `&self`.
|
||||||
fn check_webauthn<'a, 'config: 'a, 'origin: 'a>(
|
fn check_webauthn<'a, 'config: 'a, 'origin: 'a>(
|
||||||
|
Loading…
Reference in New Issue
Block a user