We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6677dd commit aea715bCopy full SHA for aea715b
1 file changed
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('/access_codes')
62
) {
63
continue
64
}
0 commit comments