diff --git a/frontend/src/components/Scopes.tsx b/frontend/src/components/Scopes.tsx index fec3ec9d..d1b1f1db 100644 --- a/frontend/src/components/Scopes.tsx +++ b/frontend/src/components/Scopes.tsx @@ -79,6 +79,7 @@ const Scopes: React.FC = ({ const isolatedScopes: Scope[] = [ "pay_invoice", "get_balance", + "get_info", "make_invoice", "lookup_invoice", "list_transactions",