Fix sample code indent
This commit is contained in:
parent
bd409cb451
commit
0ad6e14761
1 changed files with 7 additions and 7 deletions
|
@ -75,9 +75,9 @@ object, rather than the `keycloak.json` file:
|
||||||
serverUrl: 'http://localhost:8080/auth',
|
serverUrl: 'http://localhost:8080/auth',
|
||||||
realm: 'myrealm',
|
realm: 'myrealm',
|
||||||
realmPublicKey: 'MIIBIjANB...'
|
realmPublicKey: 'MIIBIjANB...'
|
||||||
};
|
};
|
||||||
|
|
||||||
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue