mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #56760 from nextcloud/backport/56278/stable32
This commit is contained in:
commit
2a3d712e62
5 changed files with 8 additions and 9 deletions
|
|
@ -173,9 +173,8 @@ export default {
|
|||
if (this.passwordProtectedState !== undefined) {
|
||||
return this.passwordProtectedState
|
||||
}
|
||||
return this.share.newPassword !== undefined
|
||||
|| this.share.password !== undefined
|
||||
|
||||
return typeof this.share.newPassword === 'string'
|
||||
|| typeof this.share.password === 'string'
|
||||
},
|
||||
async set(enabled) {
|
||||
if (enabled) {
|
||||
|
|
|
|||
4
dist/1489-1489.js
vendored
4
dist/1489-1489.js
vendored
File diff suppressed because one or more lines are too long
2
dist/1489-1489.js.map
vendored
2
dist/1489-1489.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