Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(baseConfig): revert to only globalValueConverters=["authFilterVal…
Browse files Browse the repository at this point in the history
…ueConverter"] (again)
  • Loading branch information
doktordirk committed Jun 10, 2016
1 parent f5f4407 commit 118cbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class BaseConfig {
storageKey = 'aurelia_authentication';

// List of value-converters to make global
globalValueConverters = ['authFilterValueConverter', 'authenticatedFilterValueConverter', 'authenticatedValueConverter'];
globalValueConverters = ['authFilterValueConverter'];

//OAuth provider specific related configuration
// ============================================
Expand Down

0 comments on commit 118cbd2

Please sign in to comment.