Skip to content

Commit

Permalink
Merge pull request #154 from srenatus/sr/fix-sample-config
Browse files Browse the repository at this point in the history
sample: remove erroneous key 'siletRefreshTimeout'
  • Loading branch information
manfredsteyer authored Nov 11, 2017
2 parents 2d38a48 + 9053521 commit 344ee8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample/src/app/auth-no-discovery.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const noDiscoveryAuthConfig: AuthConfig = {
'silentRefreshRedirectUri': 'http://localhost:4200/silent-refresh.html',
'silentRefreshMessagePrefix': '',
'silentRefreshShowIFrame': false,
'siletRefreshTimeout': 20000,
'silentRefreshTimeout': 20000,
'dummyClientSecret': null,
'requireHttps': 'remoteOnly',
Expand Down

0 comments on commit 344ee8d

Please sign in to comment.