Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Server/SchoolBusAPI/SchoolBusAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>Ministry of Transportation and Infrastructure</Company>
<Description>The API server for the schoolbus inspection application.</Description>
<Copyright>Copyright© 2017, Province of British Columbia.</Copyright>
<Version>2.0.8</Version>
<Version>2.0.9</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
57 changes: 8 additions & 49 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"draftjs-conductor": "^1.0.1",
"file-saver": "^2.0.2",
"http-proxy-middleware": "^1.0.5",
"keycloak-js": "^19.0.2",
"keycloak-js": "^26.1.3",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"preval.macro": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/Keycloak.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const keycloakConfig = {
: process.env.REACT_APP_SSO_CLIENT,
};

export const keycloak = Keycloak(keycloakConfig);
export const keycloak = new Keycloak(keycloakConfig);

export const init = (onSuccess) => {
keycloak.init({
Expand Down
Loading