KEYCLOAK-17522 fixed bug that keycloak instance not recognized by Safari (#7880)

This commit is contained in:
Sony Huang 2021-11-22 17:09:12 -08:00 committed by GitHub
parent 49bb06325e
commit 743abf0fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@
<body>
<script>
const keycloak = Keycloak({
var keycloak = Keycloak({
authServerUrl: authUrl,
realm: realm,
clientId: 'account-console'