Fix loginRealm to work on old and new Keycloak (#994)
This commit is contained in:
parent
71b1c4a444
commit
5af816d369
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
<![CDATA[
|
||||
<script id="environment" type="application/json">
|
||||
{
|
||||
"loginRealm": "master",
|
||||
"loginRealm": "${loginRealm!"master"}",
|
||||
"authServerUrl": "${authServerUrl}",
|
||||
"authUrl": "${authUrl}",
|
||||
"consoleBaseUrl": "${consoleBaseUrl}",
|
||||
|
|
Loading…
Reference in a new issue