fix service/uiaa events

This commit is contained in:
Charles Hall 2024-07-15 16:15:04 -07:00
parent 37beaea48b
commit 162d01f615
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -118,7 +118,7 @@ impl Service {
AuthData::Dummy(_) => {
uiaainfo.completed.push(AuthType::Dummy);
}
k => error!("type not supported: {:?}", k),
kind => error!(?kind, "Auth kind not supported"),
}
// Check if a flow now succeeds