Skip to content

Commit

Permalink
Merge pull request #281 from GluuFederation/fido2_merge_from_jans
Browse files Browse the repository at this point in the history
feat(casa): merge from Jans
  • Loading branch information
yurem authored Jul 2, 2024
2 parents a484fa3 + 4e5fa78 commit 306b28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.gluu.casa.rest.RSUtils;
import org.gluu.fido2.client.AttestationService;
import org.gluu.casa.core.model.Fido2RegistrationEntry;
import org.gluu.fido2.model.entry.Fido2RegistrationStatus;
import org.gluu.persist.model.fido2.Fido2RegistrationStatus;
import org.gluu.search.filter.Filter;
import org.slf4j.Logger;

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/org/gluu/casa/timer/StatisticsTimer.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import org.gluu.casa.core.model.BasePerson;
import org.gluu.casa.misc.Utils;
import org.gluu.casa.service.IPersistenceService;
import org.gluu.fido2.model.entry.Fido2RegistrationEntry;
import org.gluu.fido2.model.entry.Fido2RegistrationStatus;
import org.gluu.persist.model.fido2.Fido2RegistrationEntry;
import org.gluu.persist.model.fido2.Fido2RegistrationStatus;
import org.gluu.persist.model.base.SimpleBranch;
import org.gluu.search.filter.Filter;
import org.pf4j.*;
Expand Down

0 comments on commit 306b28a

Please sign in to comment.