Skip to content

Commit

Permalink
fix(webseal): dont double encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Mar 5, 2021
1 parent 4c2abe5 commit 34b8dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Editor = () => {
name: data.name,
scope: data.scope,
values: {
VALUE: value,
VALUE: data.value,
},
});

Expand Down

0 comments on commit 34b8dc4

Please sign in to comment.