Skip to content

Commit

Permalink
fix jwtmodule setup?
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 29, 2023
1 parent 436f492 commit bcef5a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function getAuthToken() {
JwtModule.forRoot({
config: {
tokenGetter: getAuthToken,
allowedDomains: ['localhost:3000', 'play.ateoat.com'],
},
}),
ServiceWorkerModule.register('ngsw-worker.js', {
Expand Down

0 comments on commit bcef5a1

Please sign in to comment.