We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52561b2 + 51e438a commit 33e6452Copy full SHA for 33e6452
projects/sample/src/app/app.component.ts
@@ -45,7 +45,6 @@ export class AppComponent {
45
46
private configureImplicitFlow() {
47
this.oauthService.configure(authConfig);
48
- this.oauthService.setStorage(localStorage);
49
// this.oauthService.tokenValidationHandler = new JwksValidationHandler();
50
51
this.oauthService.loadDiscoveryDocumentAndTryLogin().then(_ => {
0 commit comments