We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MAGIC_LINK_SECRET
1 parent 4ab3a19 commit e7e424fCopy full SHA for e7e424f
server/src/auth/auth.module.ts
@@ -62,12 +62,6 @@ export class AuthModule {
62
useFactory: (configService: ConfigService) =>
63
configService.getOrThrow<string>('SERVER_URL'),
64
},
65
- {
66
- inject: [ConfigService],
67
- provide: 'MAGIC_LINK_SECRET',
68
- useFactory: (configService: ConfigService) =>
69
- configService.getOrThrow<string>('MAGIC_LINK_SECRET'),
70
- },
71
{
72
inject: [ConfigService],
73
provide: 'FRONTEND_URL',
0 commit comments