Qr code scanned as a telephone number and not as a number

Viewed 24

I'm trying to show in a QR code the Identifier Number of a user. I pass the identifier number as a value of the Qr Code component, but when i scan the qr code with my camera, it shows the identifier as a telephone number.

I'm using the dependency react-qr-code.

This is an example of what im doing.

<div className="qr">
  <QRCode value={"4000001"} />
 </div>
0 Answers
Related