Merge pull request #7060 from nextcloud/backport/7059/stable30

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

View File

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