Skip to content

Commit 7aceb19

Browse files
committed
fix(files_sharing): do not prevent share creation if password is enabled but not supported by the current share type
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent bfb77f7 commit 7aceb19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,6 @@ export default {
10111011
if (this.isPasswordProtected) {
10121012
if (this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
10131013
this.passwordError = true
1014-
return
10151014
}
10161015
} else {
10171016
this.share.password = ''

0 commit comments

Comments
 (0)