From ea8902ec29273f8e5773f0414552ba64d58719ad Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 13 Apr 2022 21:24:23 +0800 Subject: [PATCH] =?UTF-8?q?style(web):=20=E4=BF=AE=E6=94=B9=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E5=B9=B3=E5=8F=B0=E5=A4=9A=E8=A1=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=98=BE=E7=A4=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com.msgbyte.openapi/src/MainPanel/AppInfo/OAuth.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/plugins/com.msgbyte.openapi/src/MainPanel/AppInfo/OAuth.tsx b/web/plugins/com.msgbyte.openapi/src/MainPanel/AppInfo/OAuth.tsx index 9be4002e..d7d100b9 100644 --- a/web/plugins/com.msgbyte.openapi/src/MainPanel/AppInfo/OAuth.tsx +++ b/web/plugins/com.msgbyte.openapi/src/MainPanel/AppInfo/OAuth.tsx @@ -61,7 +61,14 @@ const OAuth: React.FC = React.memo(() => { + {(oauth?.redirectUrls ?? []).map((url, i) => ( +

{url}

+ ))} + + } + value={(oauth?.redirectUrls ?? []).join('\n')} editable={true} renderEditor={DefaultFullModalTextAreaEditorRender} onSave={(str: string) =>