mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Merge pull request #6100 from nextcloud/bugfix/share-password-dialog
Prevent empty password being passed into share creation
This commit is contained in:
commit
5046b8c579
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ ColumnLayout {
|
|||
|
||||
visible: false
|
||||
onAboutToShow: dialogPasswordField.text = shareModel.generatePassword()
|
||||
onClosed: dialogPasswordField.text = ""
|
||||
|
||||
onAccepted: {
|
||||
if(sharee) {
|
||||
|
|
Loading…
Reference in a new issue