working on edit client

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-07-22 23:48:32 +02:00
parent d1b8a392f4
commit 80c8c750c6
15 changed files with 209 additions and 57 deletions

View File

@@ -4,7 +4,7 @@ function addClient(){
client_id : getValue('client-id'),
name : getValue('client-name'),
secret : getValue('client-secret'),
redirect_uri : getValue('redirect-urls').split("\n")
redirect_uris : getValue('redirect-urls').split("\n")
};
fetch(api+'/add/client',{
method : 'POST',