Skip to content

Commit

Permalink
Merge pull request #6100 from nextcloud/bugfix/share-password-dialog
Browse files Browse the repository at this point in the history
Prevent empty password being passed into share creation
  • Loading branch information
claucambra authored Oct 4, 2023
2 parents 4973967 + 8fbd6ef commit 5046b8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/filedetails/ShareView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ ColumnLayout {

visible: false
onAboutToShow: dialogPasswordField.text = shareModel.generatePassword()
onClosed: dialogPasswordField.text = ""

onAccepted: {
if(sharee) {
Expand Down

0 comments on commit 5046b8c

Please sign in to comment.