fix: not show Share with a Deck card for unauthorized users
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
@@ -42,5 +42,7 @@ export default {
|
||||
|
||||
})
|
||||
},
|
||||
condition: self => true,
|
||||
condition: self => {
|
||||
return !!OC.appswebroots.deck
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user