This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Write functions for validating NFC and Qr codes #14
Labels
new feature
New feature or request
Milestone
For the NFC codes, you can validate them by putting all of the prewritten NFC codes into a
new Set()
and simply checking if the nfc code that was read is contained in the set.For the QR codes, you should use
yup.string().email()
to test that the email is valid.The text was updated successfully, but these errors were encountered: