Skip to content

Commit 534c143

Browse files
committed
Fix typos in OIDC methods
1 parent a453427 commit 534c143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function create(ContainerBuilder $container, string $id, array|string $co
7171
->replaceArgument(0, $config['encryption']['keyset']);
7272

7373
$tokenHandlerDefinition->addMethodCall(
74-
'enabledJweSupport',
74+
'enableJweSupport',
7575
[
7676
$keyset,
7777
$algorithmManager,

0 commit comments

Comments
 (0)