We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171ccf9 commit 8f38a56Copy full SHA for 8f38a56
2 files changed
src/data/paths.yaml
@@ -80,3 +80,8 @@
80
title: Enrollment Automations
81
resources:
82
- enrollment_automation
83
+
84
+/connected_accounts:
85
+ title: Connected Accounts
86
+ resources:
87
+ - connected_account
src/lib/reference.ts
@@ -57,7 +57,8 @@ export const reference = (
57
!route.path.startsWith('/acs') &&
58
!route.path.startsWith('/thermostats') &&
59
!route.path.startsWith('/phones') &&
60
- !route.path.startsWith('/user_identities')
+ !route.path.startsWith('/user_identities') &&
61
+ !route.path.startsWith('/connected_accounts')
62
) {
63
continue
64
}
0 commit comments