mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 10:53:19 +02:00
fixed validation for fabfire
This commit is contained in:
@ -157,7 +157,8 @@ impl AuthenticationSystem for Authentication {
|
||||
union_field: "challenge",
|
||||
};
|
||||
}
|
||||
Err(_) => {
|
||||
Err(e) => {
|
||||
tracing::error!(error = %e., "authentication failed");
|
||||
self.state = State::Aborted;
|
||||
self.build_error(builder);
|
||||
|
||||
|
Reference in New Issue
Block a user