Merge pull request #56278 from nextcloud/fix/sharing-password-checkbow

fix(files_sharing): sidebar link share password checkbox
This commit is contained in:
John Molakvoæ 2025-11-18 06:05:14 +01:00 committed by GitHub
commit 754ef25af1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View file

@ -170,8 +170,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/5660-5660.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long