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[
|
<![CDATA[
|
||||||
<script id="environment" type="application/json">
|
<script id="environment" type="application/json">
|
||||||
{
|
{
|
||||||
"loginRealm": "master",
|
"loginRealm": "${loginRealm!"master"}",
|
||||||
"authServerUrl": "${authServerUrl}",
|
"authServerUrl": "${authServerUrl}",
|
||||||
"authUrl": "${authUrl}",
|
"authUrl": "${authUrl}",
|
||||||
"consoleBaseUrl": "${consoleBaseUrl}",
|
"consoleBaseUrl": "${consoleBaseUrl}",
|
||||||
|
|
Loading…
Reference in a new issue