Skip to content

Commit

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

0 comments on commit 93a9569

Please sign in to comment.