activate localstorage call again for testing in covidpass2

This commit is contained in:
Billy Lo 2021-10-27 14:33:10 -04:00
parent 5c14891012
commit bcdf692dae
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
API_BASE_URL=http://evergreen API_BASE_URL=http://evergreen
VERIFIER_HOST=http://evergreen:5001/grassroot-verifier/us-central1 VERIFIER_HOST=http://evergreen:5001/grassroot-verifier/us-central1
HITCOUNT_HOST=http://localhost:8080 HITCOUNT_HOST=http://evergreen:8080
REGISTRATION_HOST=http://evergreen:5001/grassroot-verifier/us-central1 REGISTRATION_HOST=http://evergreen:5001/grassroot-verifier/us-central1
FUNCTION_SUFFIX=v2 FUNCTION_SUFFIX=v2
GPAY_BASE_URL=http://localhost:5002/grassroots-gpay/us-central1/googlesign GPAY_BASE_URL=http://192.168.2.200:5002/grassroots-gpay/us-central1/googlesign

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ yarn-error.log*
.idea .idea
*.local *.local
*.local *.local
.env.local

View File

@ -131,7 +131,7 @@ function Form(): JSX.Element {
//TODO: feature flagging //TODO: feature flagging
// await createDataUrlForDisplay(selectedFile); await createDataUrlForDisplay(selectedFile);
await renderPhoto(payloadBody); await renderPhoto(payloadBody);
} }
}); });