mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
improve wording of webauthn cli interaction (#2073)
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
parent
538429838d
commit
eee9b09338
|
@ -200,7 +200,10 @@ async fn do_passkey(
|
|||
pkr: RequestChallengeResponse,
|
||||
) -> Result<AuthResponse, ClientError> {
|
||||
let mut wa = get_authenticator();
|
||||
println!("Your authenticator will now flash for you to interact with it.");
|
||||
println!("If your authenticator is not attached, attach it now.");
|
||||
println!("Your authenticator will then flash/prompt for confirmation.");
|
||||
#[cfg(target_os = "macos")]
|
||||
println!("Note: TouchID is not currently supported on the CLI 🫤");
|
||||
let auth = wa
|
||||
.do_authentication(client.get_origin().clone(), pkr)
|
||||
.map(Box::new)
|
||||
|
|
Loading…
Reference in a new issue