From 6667b42c9fb744d71a02af8ebb529d04b51c0bd3 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Sun, 30 May 2021 10:29:40 +0100 Subject: [PATCH] correct capabilities on home. --- src/pages/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 244b9d7..e9183c6 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -36,7 +36,7 @@ export class HomePage extends Page { const caps = await getCapabilitiesPath(["sys/auth", "sys/policies"]); const authCaps = caps["sys/auth"]; - const policiesCaps = caps["sys/auth"]; + const policiesCaps = caps["sys/policies"]; render(