Skip to content

Commit

Permalink
Dont send default filled signature from initial data (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtamborski authored Feb 5, 2020
1 parent ea12139 commit db7d308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/DriveFormView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export default {
passenger.rsaPubE,
passenger.rsaModulusN,
);
if (!this.form.signature) delete this.form.signature;
this[actions.SUBMIT]({
form: {
...this.form,
Expand Down

0 comments on commit db7d308

Please sign in to comment.