diff --git a/topics/themes.adoc b/topics/themes.adoc index f9d3680ae8..543cdc3247 100644 --- a/topics/themes.adoc +++ b/topics/themes.adoc @@ -95,7 +95,7 @@ import=common/keycloak You have now created a theme with support for the login type. To check that it works open the admin console. Select your realm and click on `Themes`. For `Login Theme` select `mytheme` and click `Save`. Then open the login page for the realm. -You can do this either by login through your application or by opening `http://localhost:8080/realms//account`. +You can do this either by login through your application or by opening `/realms//account` on the {book.project.name} server. To see the effect of changing the parent theme, set `parent=keycloak` in `theme.properties` and refresh the login page.