Skip to content

Commit 6e12f82

Browse files
authored
Merge pull request #5647 from LibreSign/backport/5645/stable32
[stable32] chore: remove to-do
2 parents bfd3d9e + b322751 commit 6e12f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/Account/partials/ManagePassword.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export default {
100100
methods: {
101101
uploadCertificate() {
102102
const input = document.createElement('input')
103-
// @todo PFX file, didn't worked, wrong code
104103
input.accept = '.pfx'
105104
input.type = 'file'
106105

0 commit comments

Comments
 (0)