mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-22 22:47:44 +01:00
fix for wrong url
This commit is contained in:
parent
7ebebda8d4
commit
c4ba2c8625
@ -7,10 +7,10 @@ selectCertificateDescription: |
|
||||
#startCamera: Start Camera
|
||||
openFile: Select File
|
||||
#foundQrCode: Found QR Code!
|
||||
downloadReceipt: Download official receipt from Ontario Health
|
||||
downloadReceipt: Download official receipt from Ontario Ministry of Health
|
||||
visit: Visit
|
||||
ontarioHealth: Ontario Health
|
||||
gotoOntarioHealth: Go to Ontario Health
|
||||
ontarioHealth: Ontario Ministry of Health
|
||||
gotoOntarioHealth: Go to Ontario Ministry of Health
|
||||
downloadSignedPDF: and enter your information to display your official vaccination receipt. Press the Share Icon at the bottom, "Save As Files" to store it onto your iPhone.
|
||||
pickColor: Pick a Color
|
||||
pickColorDescription: Pick a background color for your pass.
|
||||
|
@ -107,7 +107,7 @@ export class PassData {
|
||||
// const verifierHost = (await configResponse.json()).verifierHost
|
||||
|
||||
const verifierHost = 'https://verifier.vaccine-ontario.ca';
|
||||
//const verifierHost = 'http://localhost:5001/grassroot-verifier/us-central1';
|
||||
// const verifierHost = 'http://localhost:5001/grassroot-verifier/us-central1';
|
||||
|
||||
const response = await fetch(`${verifierHost}/register`, requestOptions);
|
||||
const responseJson = await response.json();
|
||||
|
Loading…
x
Reference in New Issue
Block a user