Skip to content

Commit

Permalink
fix(files_sharing): also submit new share on password submit
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Dec 12, 2024
1 parent 9fa3893 commit 9e145a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
:required="config.enableLinkPasswordByDefault || config.enforcePasswordForPublicLink"
:minlength="isPasswordPolicyEnabled && config.passwordPolicy.minLength"
autocomplete="new-password"
@submit="onNewLinkShare">
@submit="onNewLinkShare(true)">
<template #icon>
<LockIcon :size="20" />
</template>
Expand Down

0 comments on commit 9e145a8

Please sign in to comment.