mirror of
https://github.com/nextcloud/server.git
synced 2026-04-14 13:38:10 -04:00
Merge pull request #54538 from nextcloud/fix/54537/sharePasswordCheckboxCheckedByDefault
Do not always check password checkbox when sharing by mail and without password
This commit is contained in:
commit
853835b201
5 changed files with 7 additions and 7 deletions
|
|
@ -165,7 +165,7 @@ export default {
|
|||
isPasswordProtected: {
|
||||
get() {
|
||||
return this.config.enforcePasswordForPublicLink
|
||||
|| this.share.password !== ''
|
||||
|| this.share.password !== undefined
|
||||
|| this.share.newPassword !== undefined
|
||||
},
|
||||
async set(enabled) {
|
||||
|
|
|
|||
4
dist/6894-6894.js
vendored
4
dist/6894-6894.js
vendored
File diff suppressed because one or more lines are too long
2
dist/6894-6894.js.map
vendored
2
dist/6894-6894.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue