Merge pull request #7061 from nextcloud/backport/7059/stable31

[stable31] fix: not show Share with a Deck card for unauthorized users
This commit is contained in:
Luka Trovic
2025-06-11 15:04:05 +02:00
committed by GitHub

View File

@@ -42,5 +42,7 @@ export default {
})
},
condition: self => true,
condition: self => {
return !!OC.appswebroots.deck
},
}