Skip to content

Commit

Permalink
Remove unsused capability
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Oct 25, 2023
1 parent 56a4aba commit 10f390f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/web-pkg/src/composables/capability/useCapability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ export const useCapabilityFilesSharingPublicAlias = createCapabilityComposable(
'files_sharing.public.alias',
false
)

export const useCapabilityPasswordEnforcedForPublicReadOnlyLink = createCapabilityComposable(
'files_sharing.public.password?.enforced_for.read_only',
true
)
export const useCapabilityNotifications = createCapabilityComposable(
'notifications.ocs-endpoints',
[]
Expand Down

0 comments on commit 10f390f

Please sign in to comment.