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