fix(files_sharing): clear the password after saving

fix(files_sharing): clear the password after saving

Signed-off-by: Kent Delante <kent@delante.me>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Kent Delante 2026-05-29 15:05:28 +08:00 committed by nextcloud-command
parent ac7f4298b4
commit 942f2c6e8b
9 changed files with 12 additions and 7 deletions

View file

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

File diff suppressed because one or more lines are too long

1
dist/1255-1255.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/1255-1255.js.map.license vendored Symbolic link
View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long