Skip to content

Commit e7e424f

Browse files
committed
fix: remove MAGIC_LINK_SECRET env variable check
Llikely committed incorrectly while working in another branch.
1 parent 4ab3a19 commit e7e424f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/src/auth/auth.module.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ export class AuthModule {
6262
useFactory: (configService: ConfigService) =>
6363
configService.getOrThrow<string>('SERVER_URL'),
6464
},
65-
{
66-
inject: [ConfigService],
67-
provide: 'MAGIC_LINK_SECRET',
68-
useFactory: (configService: ConfigService) =>
69-
configService.getOrThrow<string>('MAGIC_LINK_SECRET'),
70-
},
7165
{
7266
inject: [ConfigService],
7367
provide: 'FRONTEND_URL',

0 commit comments

Comments
 (0)