We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099cddd commit 1a7f8cbCopy full SHA for 1a7f8cb
apps/web/src/components/tools/auth0/dashboard.tsx
@@ -97,7 +97,7 @@ export default function Auth0Dashboard() {
97
token,
98
'auth0_applications'
99
),
100
- pipe<{ data: Array<{ id: string, connection_name: string }> }>(
+ pipe<{ data: Array<{ connection_id: string, connection_name: string }> }>(
101
102
'auth0_connections'
103
)
@@ -112,7 +112,6 @@ export default function Auth0Dashboard() {
112
}, [token])
113
114
useEffect(() => {
115
- let mounted = true
116
117
async function fetchMetrics() {
118
if (!token) return
0 commit comments