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.
1 parent c555d4f commit 348cc74Copy full SHA for 348cc74
src/linking/linking.controller.ts
@@ -28,8 +28,7 @@ export class LinkingController {
28
const { chainId, anyJwt, siweJwt } = linkIdentitiesDto
29
const siweJwtPayload = await this.authService.validateToken(siweJwt)
30
const anyJwtPayload = await this.authService.validateToken(anyJwt)
31
- const secret = 'secret'
32
- await this.litService.encrypt(
+ const secret = await this.litService.encrypt(
33
chainId,
34
{
35
id: anyJwtPayload.sub,
0 commit comments