Merge pull request #5645 from LibreSign/chore/remove-todo

chore: remove to-do
This commit is contained in:
Vitor Mattos 2025-10-28 11:47:20 -03:00 committed by GitHub
commit 7a528b01e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,6 @@ export default {
methods: {
uploadCertificate() {
const input = document.createElement('input')
// @todo PFX file, didn't worked, wrong code
input.accept = '.pfx'
input.type = 'file'