mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
fix service/uiaa events
This commit is contained in:
parent
37beaea48b
commit
162d01f615
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ impl Service {
|
||||||
AuthData::Dummy(_) => {
|
AuthData::Dummy(_) => {
|
||||||
uiaainfo.completed.push(AuthType::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
|
// Check if a flow now succeeds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue