Skip to content

Commit

Permalink
fix: accept only JSON credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Nov 4, 2022
1 parent 9832bbd commit 45f51bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const EncryptedField = ({

<input
id="selectedFile"
accept=".json"
className="input-upload"
type="file"
onChange={async event => {
Expand Down

0 comments on commit 45f51bb

Please sign in to comment.