Skip to content

Commit

Permalink
Fix localhost reference
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Jan 7, 2025
1 parent 2d84c9b commit a18f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/nl-design-system/welcome/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

<p>
Zodra u weet in welke realm u zich moet aanmelden kunt u naar de inlog url gaan. Een voorbeeld hiervan is:
"http://localhost:8080/realms/uwrealm/account" waarbij u uwrealm vervangt door de naam van uw realm.
"${.data_model.baseUrl}/realms/uwrealm/account" waarbij u uwrealm vervangt door de naam van uw realm.
</p

</#if>
Expand Down

0 comments on commit a18f1b2

Please sign in to comment.