Merge pull request #60952 from nextcloud/backport/60825/stable34

[stable34] fix(files_sharing): clear the password after saving
This commit is contained in:
Andy Scherzinger 2026-06-03 22:07:39 +02:00 committed by GitHub
commit a95011426f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 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

File diff suppressed because one or more lines are too long

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

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

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long