Merge pull request #6100 from nextcloud/bugfix/share-password-dialog

Prevent empty password being passed into share creation
This commit is contained in:
Claudio Cambra 2023-10-04 19:00:52 +08:00 committed by GitHub
commit 5046b8c579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ ColumnLayout {
visible: false
onAboutToShow: dialogPasswordField.text = shareModel.generatePassword()
onClosed: dialogPasswordField.text = ""
onAccepted: {
if(sharee) {