updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2024-04-15 09:20:31 +03:00
parent 34a25f640b
commit 4cfabc61e6
34 changed files with 191 additions and 191 deletions
@@ -65,9 +65,9 @@
// set to false only for the oidc providers
// (@todo remove after the refactoring)
if (provider.key?.startsWith("oidc")) {
config[k].pkce = false;
config.pkce = false;
} else {
config[k].pkce = null;
config.pkce = null;
}
}
</script>