Merge pull request #60950 from nextcloud/backport/60825/stable32

[stable32] fix(files_sharing): clear the password after saving
This commit is contained in:
Kent Delante 2026-06-04 07:19:49 +08:00 committed by GitHub
commit 6a8e105da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 12 additions and 7 deletions

View file

@ -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

1
dist/539-539.js.map vendored

File diff suppressed because one or more lines are too long

View file

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

2
dist/5538-5538.js vendored Normal file

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

@ -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