We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee29de commit 875b48bCopy full SHA for 875b48b
apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -1001,7 +1001,7 @@ export default {
1001
this.share.note = ''
1002
}
1003
if (this.isPasswordProtected) {
1004
- if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.password)) {
+ if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
1005
this.passwordError = true
1006
1007
} else {
0 commit comments