Fix loginRealm to work on old and new Keycloak (#994)

This commit is contained in:
Stan Silvert 2021-08-12 04:26:26 -04:00 committed by GitHub
parent 71b1c4a444
commit 5af816d369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@
<![CDATA[
<script id="environment" type="application/json">
{
"loginRealm": "master",
"loginRealm": "${loginRealm!"master"}",
"authServerUrl": "${authServerUrl}",
"authUrl": "${authUrl}",
"consoleBaseUrl": "${consoleBaseUrl}",