[#4737] fixed OAuth2 clear btn action

This commit is contained in:
Gani Georgiev
2024-04-13 15:44:20 +03:00
parent 4286812a09
commit 7734d63e51
42 changed files with 408 additions and 365 deletions

View File

@@ -27,7 +27,8 @@
provider,
Object.assign({}, config, {
enabled: config.clientId ? config.enabled : true,
})
pkce: config.clientId ? config.pkce : null,
}),
);
}}
>