diff --git a/src/views/Account/partials/ManagePassword.vue b/src/views/Account/partials/ManagePassword.vue index e89e0e8390..6af08a101f 100644 --- a/src/views/Account/partials/ManagePassword.vue +++ b/src/views/Account/partials/ManagePassword.vue @@ -39,9 +39,9 @@ - - - + + + @@ -83,8 +83,12 @@ export default { return { modal: '', certificateEngine: loadState('libresign', 'certificate_engine', ''), + mounted: false, } }, + mounted() { + this.mounted = true + }, methods: { uploadCertificate() { const input = document.createElement('input')