fix(files_sharing): clear the password after saving

Signed-off-by: Kent Delante <kent@delante.me>
pull/60950/head
Kent Delante 1 week ago
parent 97a1d6acf6
commit dcc498e80c
  1. 5
      apps/files_sharing/src/views/SharingDetailsTab.vue
  2. 2
      dist/539-539.js
  3. 1
      dist/539-539.js.map
  4. 1
      dist/539-539.js.map.license
  5. 2
      dist/5538-5538.js
  6. 0
      dist/5538-5538.js.license
  7. 1
      dist/5538-5538.js.map
  8. 1
      dist/5538-5538.js.map.license
  9. 4
      dist/files_sharing-files_sharing_tab.js
  10. 2
      dist/files_sharing-files_sharing_tab.js.map

@ -1091,6 +1091,11 @@ export default {
}))
}
// clear the password after saving
if (this.share.newPassword) {
this.$set(this.share, 'newPassword', undefined)
}
this.$emit('close-sharing-details')
},
/**

2
dist/539-539.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +0,0 @@
539-539.js.license

2
dist/5538-5538.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
5538-5538.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save