Skip to content

Commit

Permalink
refactor: OAuth creation form hide apps permissions (calcom#14264)
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry authored Mar 29, 2024
1 parent 9608f65 commit fe62f9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/platform/constants/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ export const PERMISSIONS_GROUPED_MAP = {
key: "schedule",
label: "Schedule",
},
APPS: {
read: APPS_READ,
write: APPS_WRITE,
key: "apps",
label: "Apps",
},
// APPS: {
// read: APPS_READ,
// write: APPS_WRITE,
// key: "apps",
// label: "Apps",
// },
PROFILE: {
read: PROFILE_READ,
write: PROFILE_WRITE,
Expand Down

0 comments on commit fe62f9c

Please sign in to comment.