Skip to content

Commit

Permalink
removed my question and fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jun 26, 2023
1 parent f26c656 commit e676883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/uid2/shared/auth/Keyset.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public boolean isDefault() {
}

public boolean canBeAccessedBySite(Integer siteId) {
//QUEST do we want to check if the keyset is enabled here?
if(!isEnabled) return false;
return allowedSites.contains(siteId);
}
@Override
Expand Down

0 comments on commit e676883

Please sign in to comment.