mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-11 10:00:06 -04:00
Fixing link as it has changed and is redirecting (#47793)
Closes #47792 Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
parent
601718646c
commit
dee672728a
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ The Keycloak JS library is no longer served statically from the Keycloak server.
|
|||
|
||||
Additionally, the `keycloakJsUrl` property that linked to the library on these URLs has been removed from the admin console theme. If your custom theme was using this property to include the library, you should update your theme to include the library using a different method.
|
||||
|
||||
If you are not already you should include the library in your project using a package manager like link:https://nodejs.org/en/learn/getting-started/an-introduction-to-the-npm-package-manager[NPM]. The library is available on the NPM registry as link:https://www.npmjs.com/package/keycloak-js[`keycloak-js`]. You can install it using the following command:
|
||||
If you are not already you should include the library in your project using a package manager like link:https://nodejs.org/learn/getting-started/an-introduction-to-the-npm-package-manager[NPM]. The library is available on the NPM registry as link:https://www.npmjs.com/package/keycloak-js[`keycloak-js`]. You can install it using the following command:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
|
|
|
|||
Loading…
Reference in a new issue