Added missing } (#218)
This commit is contained in:
parent
c9e0423266
commit
11d3fc1a03
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ keycloak.updateToken(30).success(function() {
|
|||
loadData();
|
||||
}).error(function() {
|
||||
alert('Failed to refresh token');
|
||||
);
|
||||
});
|
||||
----
|
||||
|
||||
==== Session Status iframe
|
||||
|
|
Loading…
Reference in a new issue