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/pages/pay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webex/pages/pay.tsx') diff --git a/src/webex/pages/pay.tsx b/src/webex/pages/pay.tsx index 61f287708..a69b6b766 100644 --- a/src/webex/pages/pay.tsx +++ b/src/webex/pages/pay.tsx @@ -178,7 +178,7 @@ function TalerPayDialog({ talerPayUri }: { talerPayUri: string }): JSX.Element { ); } -export function makePayPage(): JSX.Element { +export function createPayPage(): JSX.Element { const url = new URL(document.location.href); const talerPayUri = url.searchParams.get("talerPayUri"); if (!talerPayUri) { -- cgit v1.2.3