Skip to content

Commit 3947cb4

Browse files
committed
fix(igx-ts): update the provide auth
1 parent 1348032 commit 3947cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/igx-templates/igx-ts/projects/side-nav-auth/files/src/app/authentication/provide-authentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function provideAuthentication(): Array<Provider | EnvironmentProviders>
1414
// redirectUrl: '<your redirect URL>',
1515
// postLogoutRedirectUri: window.location.origin,
1616
// clientId: '<your client ID>',
17-
// scope: 'openid profile email offline_access',
17+
// scope: 'openid profile email',
1818
// responseType: 'code',
1919
// silentRenew: true,
2020
// useRefreshToken: true

0 commit comments

Comments
 (0)