Skip to content

Commit

Permalink
Merge pull request #49815 from nextcloud/fix/sharing-password-submit-…
Browse files Browse the repository at this point in the history
…create

fix(files_sharing): also submit new share on password submit
  • Loading branch information
blizzz authored Dec 12, 2024
2 parents ef09d25 + eca53d6 commit 290c347
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
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 @@ -76,7 +76,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
2 changes: 0 additions & 2 deletions dist/3537-3537.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/3537-3537.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/3537-3537.js.map.license

This file was deleted.

2 changes: 2 additions & 0 deletions dist/9701-9701.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/9701-9701.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/9701-9701.js.map.license
4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 290c347

Please sign in to comment.