Skip to content

Commit 9053521

Browse files
committed
sample: remove erroneous key 'siletRefreshTimeout'
Before, `ng serve` in sample/ would fail with ERROR in sample/src/app/auth-no-discovery.config.ts (24,3): Type '{ 'clientId': string; 'redirectUri': string; 'postLogoutRedirectUri': string; 'loginUrl': string;...' is not assignable to type 'AuthConfig'. Object literal may only specify known properties, and ''siletRefreshTimeout'' does not exist in type 'AuthConfig' Signed-off-by: Stephan Renatus <[email protected]>
1 parent e28e14b commit 9053521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sample/src/app/auth-no-discovery.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const noDiscoveryAuthConfig: AuthConfig = {
2121
'silentRefreshRedirectUri': 'http://localhost:4200/silent-refresh.html',
2222
'silentRefreshMessagePrefix': '',
2323
'silentRefreshShowIFrame': false,
24-
'siletRefreshTimeout': 20000,
2524
'silentRefreshTimeout': 20000,
2625
'dummyClientSecret': null,
2726
'requireHttps': 'remoteOnly',

0 commit comments

Comments
 (0)