mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #60825 from nextcloud/leftybournes/fix/shares_public_password
fix(files_sharing): clear the password after saving
This commit is contained in:
commit
2b3751a7e4
8 changed files with 12 additions and 7 deletions
|
|
@ -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')
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/3577-3577.js → dist/1991-1991.js
vendored
4
dist/3577-3577.js → dist/1991-1991.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
dist/1991-1991.js.map.license
vendored
Symbolic link
1
dist/1991-1991.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
1991-1991.js.license
|
||||
1
dist/3577-3577.js.map.license
vendored
1
dist/3577-3577.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
3577-3577.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue