You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments