Skip to content

Commit

Permalink
fix: accept only JSON credentials (#22040)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Nov 7, 2022
1 parent 7a52b22 commit cd1b379
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 cd1b379

Please sign in to comment.