Merge pull request #60825 from nextcloud/leftybournes/fix/shares_public_password

fix(files_sharing): clear the password after saving
This commit is contained in:
Kent Delante 2026-06-03 16:31:53 +08:00 committed by GitHub
commit 2b3751a7e4
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