covid-alert-ny / covid-green-app

Covid Alert NY - React-Native App
Apache License 2.0
6 stars 1 forks source link

Prevent validation error seen after validating #640

Closed AlanSl closed 3 years ago

AlanSl commented 3 years ago

Disables the code input submit button while validation is in progress, which should make it impossible to double-validate a code and to end up with both a validation error and a continue button.

Just in case there is still some way to send a validation twice, this also sets it to not show validation errors if validation has succeeded and the app is ready to upload.