[java-idp-plugin-webauthn] branch main updated: Remove comment
Phil Smart
philip.smart at jisc.ac.uk
Tue Jan 28 11:40:33 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=a6cd81b65f23fa7b105c9e2061c4c6c65d87cbee
The following commit(s) were added to refs/heads/main by this push:
new a6cd81b Remove comment
a6cd81b is described below
commit a6cd81b65f23fa7b105c9e2061c4c6c65d87cbee
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 28 11:40:30 2025 +0000
Remove comment
---
.../idp/plugin/authn/webauthn/context/logic/IsSecondFactor.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/logic/IsSecondFactor.java b/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/logic/IsSecondFactor.java
index a0ca388..f7d687c 100644
--- a/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/logic/IsSecondFactor.java
+++ b/webauthn-api/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/context/logic/IsSecondFactor.java
@@ -41,7 +41,6 @@ import net.shibboleth.shared.primitive.StringSupport;
* A predicate that determines if the authentication flow is being used as a second factor of authentication, and not
* a first (and possibly only) factor. Returns true if second factor use, or false if passwordless or first factor.
*/
-//FIXME this class is not clear
public class IsSecondFactor extends AbstractInitializableComponent implements Predicate<ProfileRequestContext> {
/** Class logger. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list