Client:OAuth2: change auth_method

This commit is contained in:
Timofey Boyko 2023-11-15 15:06:06 +03:00
parent 5b5011ce8b
commit 9dd8624bbb

View File

@ -59,7 +59,7 @@ const ClientForm = ({
terms_url: "",
policy_url: "",
authentication_method: "123",
authentication_method: "client_secret_post",
scopes: [],
});