Skip to content

Commit

Permalink
fix(app.module.ts): JWT_OPTIONS added in the import
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoPicci committed Jun 28, 2019
1 parent dd55b2f commit 6c3873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { JwtModule } from '@auth0/angular-jwt';
import { JwtModule, JWT_OPTIONS } from '@auth0/angular-jwt';

import { AppMaterialModule } from './app-material.module';
import { AppComponent } from './app.component';
Expand Down

0 comments on commit 6c3873e

Please sign in to comment.