Skip to content

Commit ec08354

Browse files
skjnldsvbackportbot[bot]
authored andcommitted
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 0931f02 commit ec08354

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,6 @@ export default {
10081008
if (this.isPasswordProtected) {
10091009
if (this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
10101010
this.passwordError = true
1011-
return
10121011
}
10131012
} else {
10141013
this.share.password = ''

0 commit comments

Comments
 (0)