Skip to content

Commit

Permalink
fix: fix the swieJWT Dto
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Aug 22, 2024
1 parent cbe708a commit c555d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linking/dto/link-identities.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class LinkIdentitiesDto {
})
@IsString()
@IsNotEmpty()
@JwtProvider(AUTH_PROVIDERS.GOOGLE)
@JwtProvider(AUTH_PROVIDERS.SIWE)
readonly siweJwt: string
@ApiProperty({
description: 'The siwe JWT or any provider JWT.',
Expand Down

0 comments on commit c555d4f

Please sign in to comment.