Skip to content

Commit

Permalink
version update and minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cviecco committed Apr 12, 2024
1 parent 3d284a9 commit f5ba4df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion keymaster.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: keymaster
Version: 1.15.1
Version: 1.15.2
Release: 1%{?dist}
Summary: Short term access certificate generator and client

Expand Down
2 changes: 0 additions & 2 deletions lib/client/twofa/twofa.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,12 @@ func authenticateUser(
successful2fa, err = tryFidoMFA(baseURL, client, userAgentString, logger)
if err != nil {
logger.Printf("Warning: fido2 configured, but Error doing Fido Auth: %s", err)
//return err
}
}
if allowTOTP && !successful2fa {
err = totp.DoTOTPAuthenticate(
client, baseURL, userAgentString, logger)
if err != nil {

return err
}
successful2fa = true
Expand Down

0 comments on commit f5ba4df

Please sign in to comment.