bwi/v2.3.1 #30

Closed
bartoszek wants to merge 6 commits from bwi/v2.3.1 into main
Showing only changes of commit 406b9ff97c - Show all commits

View File

@ -44,7 +44,7 @@ class ErrorHandler {
}
if(error.is< ConnectionError >()) {
if(config.failMode == FailMode::deny) {
if(config.failMode != FailMode::deny) {
pam.print("Incorrect response from the Rublon API, user bypassed");
return AuthenticationStatus::Action::Bypass;
} else {