Skip to content

Commit bf8db4e

Browse files
committed
ignore selectedSpaces filtering for now
1 parent 2896173 commit bf8db4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/connect/src/routes/authenticate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function AuthenticateComponent() {
246246

247247
const privateSpacesInput = privateSpacesData
248248
? privateSpacesData
249-
.filter((space) => selectedPrivateSpaces.has(space.id))
249+
// .filter((space) => selectedPrivateSpaces.has(space.id))
250250
.map((space) => {
251251
// TODO: currently without checking we assume all keyboxes exists and we don't create any - we should check if the keyboxes exist and create them if they don't
252252
if (space.appIdentities.some((spaceAppIdentity) => spaceAppIdentity.address === appIdentity.address))

0 commit comments

Comments
 (0)