Skip to content

Commit

Permalink
Fix resource path for account console
Browse files Browse the repository at this point in the history
Closes: keycloak#25437

Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
  • Loading branch information
hmlnarik committed Dec 13, 2023
1 parent 60f6d43 commit 5f18d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
"snowpack/assets/babel-plugin.js",
{
"webModulesUrl": "./resources/web_modules",
"webModulesUrl": "./keycloak.v2/web_modules",
"moduleResolution": "node"
}
],
Expand Down

0 comments on commit 5f18d8b

Please sign in to comment.