···4242 .eq("confirmed", true)
4343 .single()
4444 : null;
4545- console.log(auth_res);
4645 if (!auth_res?.data?.identities) return null;
4746 if (auth_res.data.identities.atp_did) {
4847 //I should create a relationship table so I can do this in the above query