Skip to content

Commit

Permalink
fix: fix decrypt-attestation-secret dto
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Aug 27, 2024
1 parent 4ba7adb commit 794f7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eas/dto/decrypt-attestation-secret.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class DecryptAttestationSecretDto {
})
@IsString()
@IsNotEmpty()
@JwtProvider(AUTH_PROVIDERS.GOOGLE)
@JwtProvider(AUTH_PROVIDERS.SIWE)
readonly siweJwt: string
@ApiProperty({
description: 'Chain Id',
Expand Down

0 comments on commit 794f7cd

Please sign in to comment.