From 609397d95a73bdae55de41c47b19932e810d0320 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 1 May 2020 14:16:56 +0530 Subject: drastically reduce permissions for Web integration The old web integration with more permissions is still available on an opt-in basis. --- src/webex/renderHtml.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/renderHtml.tsx') diff --git a/src/webex/renderHtml.tsx b/src/webex/renderHtml.tsx index b1363abfb..a56af37fc 100644 --- a/src/webex/renderHtml.tsx +++ b/src/webex/renderHtml.tsx @@ -109,6 +109,7 @@ export class Collapsible extends React.Component< return (

+ {" "} {this.props.title}

@@ -118,6 +119,7 @@ export class Collapsible extends React.Component<

+ {" "} {this.props.title}

@@ -143,7 +145,6 @@ function WireFee(props: { Closing Fee - , {props.rci.wireFees.feesForType[props.s].map((f) => ( @@ -153,7 +154,6 @@ function WireFee(props: { ))} - , ); } -- cgit v1.2.3