Skip to content

Commit

Permalink
fix: fix JwtProvider input
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Aug 8, 2024
1 parent c856c97 commit c40f290
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.DISCORD)
@JwtProvider(AUTH_PROVIDERS.SIWE)
readonly siweJwt: string

@ApiProperty({
Expand Down

0 comments on commit c40f290

Please sign in to comment.