Skip to content

Commit

Permalink
Update path to webauthn-stimulus assets
Browse files Browse the repository at this point in the history
The path to the webauthn-stimulus assets in the WebauthnStimulusBundle.php has been updated. The previous path was incorrectly leading to a non-existent location, this update corrects the asset path, pointing it to the right directory.
  • Loading branch information
Spomky committed Jul 12, 2024
1 parent 66000ed commit 0af28c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stimulus/src/WebauthnStimulusBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function prependExtension(ContainerConfigurator $container, ContainerBuil
$builder->prependExtensionConfig('framework', [
'asset_mapper' => [
'paths' => [
__DIR__ . '/../../assets/dist' => '@web-auth/webauthn-stimulus',
__DIR__ . '/../assets/dist' => '@web-auth/webauthn-stimulus',
],
],
]);
Expand Down

0 comments on commit 0af28c1

Please sign in to comment.