We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f832 commit ba38560Copy full SHA for ba38560
1 file changed
app/components/SHCCard.js
@@ -117,6 +117,9 @@ const VACCINE_CODES = {
117
const TRUST_REGISTRY = {
118
"https://myvaccinerecord.cdph.ca.gov/creds": "State of California",
119
"https://api.cvshealth.com/smarthealth/v1/card": "CVS Health",
120
+ "https://covid19.quebec.ca/PreuveVaccinaleApi/issuer": "Province of Quebec",
121
+ "https://smarthealthcard.phsa.ca/v1/issuer": "Province of British Columbia",
122
+ "https://ekeys.ny.gov/epass/doh/dvc/2021": "State of New York"
123
}
124
125
export default class SHCCard extends Component {
0 commit comments