Skip to content

Commit

Permalink
Update statement to include a mention of "TACo".
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed May 31, 2024
1 parent 93e0e2a commit 5aac7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taco-auth/src/eip4361.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class EIP4361SignatureProvider {
const siweMessage = new SiweMessage({
domain,
address,
statement: `${domain} wants you to sign in with your Ethereum account: ${address}`,
statement: `TACo wants you to verify ownership of Ethereum account: ${address}`,
uri,
version,
nonce,
Expand Down

0 comments on commit 5aac7b6

Please sign in to comment.