QR value updated
This commit was merged in pull request #408.
This commit is contained in:
@@ -44,7 +44,7 @@ const FamilyAccount = forwardRef(({ familyData, myRef, handlePrint, loader }, re
|
|||||||
size={256}
|
size={256}
|
||||||
style={{ height: "auto", maxWidth: "100%", width: "100%" }}
|
style={{ height: "auto", maxWidth: "100%", width: "100%" }}
|
||||||
// value={`https://www.google.com`}
|
// value={`https://www.google.com`}
|
||||||
value={`${userDetails?.uid}@${familyData?.username}@${familyData?.pin}`}
|
value={`${userDetails?.uid}@${familyData?.username}@${familyData?.uid}`}
|
||||||
viewBox={`0 0 256 256`}
|
viewBox={`0 0 256 256`}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user