tangled
alpha
login
or
join now
slices.network
/
slices
137
fork
atom
Highly ambitious ATProtocol AppView service and sdks
137
fork
atom
overview
issues
10
pulls
3
pipelines
make sure invites are scoped to me
chadtmiller.com
5 months ago
83ca61ae
295e3f7d
+1
1 changed file
expand all
collapse all
unified
split
frontend
src
features
auth
handlers.tsx
+1
frontend/src/features/auth/handlers.tsx
···
30
30
const invitesResult =
31
31
await publicClient.network.slices.waitlist.invite.getRecords({
32
32
where: {
33
33
+
did: { eq: "did:plc:bcgltzqazw5tb6k2g3ttenbj" },
33
34
slice: { eq: sliceUri },
34
35
json: { contains: userDid },
35
36
},