Skip to content

Commit

Permalink
Merge pull request #44184 from nextcloud/43919-fix-share-by-mail-pass…
Browse files Browse the repository at this point in the history
…word-enforce

fix: No password set for new mail shares
  • Loading branch information
susnux authored Mar 14, 2024
2 parents dd26fb2 + e3621b6 commit e3b1a55
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ export default {
if (this.isNewShare) {
if (this.isPasswordEnforced && this.isPublicShare) {
this.share.newPassword = await GeneratePassword()
this.$set(this.share, 'newPassword', await GeneratePassword())
this.advancedSectionAccordionExpanded = true
}
/* Set default expiration dates if configured */
Expand Down
6 changes: 3 additions & 3 deletions dist/8670-8670.js → dist/2763-2763.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 e3b1a55

Please sign in to comment.