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 5268be4 commit 055a27fCopy full SHA for 055a27f
apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -998,7 +998,7 @@ export default {
998
this.share.note = ''
999
}
1000
if (this.isPasswordProtected) {
1001
- if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.password)) {
+ if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
1002
this.passwordError = true
1003
1004
} else {
0 commit comments