diff --git a/src/components/FamilyAcc/Tabs/FamilyAccount.jsx b/src/components/FamilyAcc/Tabs/FamilyAccount.jsx index 5b7aa98..6baeb89 100644 --- a/src/components/FamilyAcc/Tabs/FamilyAccount.jsx +++ b/src/components/FamilyAcc/Tabs/FamilyAccount.jsx @@ -44,7 +44,7 @@ const FamilyAccount = forwardRef(({ familyData, myRef, handlePrint, loader }, re size={256} style={{ height: "auto", maxWidth: "100%", width: "100%" }} // value={`https://www.google.com`} - value={`${userDetails?.uid}@${familyData?.username}@${familyData?.pin}`} + value={`${userDetails?.uid}@${familyData?.username}@${familyData?.uid}`} viewBox={`0 0 256 256`} /> }