Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(undefined url): Application Trust is breaking showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
austincunningham committed Aug 6, 2019
1 parent 05293ed commit 834b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/security/src/appSecurity/AppSecurity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class AppSecurity {
const configuration = config.getConfigByType(AppSecurity.TYPE);
if (configuration && configuration.length > 0) {
const serviceConfiguration: ServiceConfiguration = configuration[0];
this.internalConfig = serviceConfiguration.config;
this.internalConfig = serviceConfiguration;
// use the configuration url in the from the incoming config file
this.internalConfig.url = serviceConfiguration.url;
} else {
Expand Down

0 comments on commit 834b610

Please sign in to comment.