chore: fix experimental flag

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-09-08 15:14:05 +02:00
parent 75b5880cb7
commit a4b9f94d4f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export async function createRouter(
httpAuth,
enableDynamicClientRegistration:
config.getOptionalBoolean(
'auth.experimental.enableDynamicClientRegistration',
'auth.experimentalDynamicClientRegistration.enabled',
) ?? false,
});