Skip to content

Commit 33e6452

Browse files
Merge pull request #1046 from jeroenheijmans/728-fix-error-with-sample
fix: #728
2 parents 52561b2 + 51e438a commit 33e6452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/sample/src/app/app.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export class AppComponent {
4545

4646
private configureImplicitFlow() {
4747
this.oauthService.configure(authConfig);
48-
this.oauthService.setStorage(localStorage);
4948
// this.oauthService.tokenValidationHandler = new JwksValidationHandler();
5049

5150
this.oauthService.loadDiscoveryDocumentAndTryLogin().then(_ => {

0 commit comments

Comments
 (0)