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) =>