Skip to content

Commit

Permalink
remove getMessageBody
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Jan 21, 2025
1 parent 5de8751 commit 61aba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSiweAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const useSiweAuth = () => {
statement: 'Sign in with Ethereum to the app.',
});
},
getMessageBody: ({ message }) => message,
// getMessageBody: ({ message }) => message,
verify: async ({ message, signature }) => {
const { data } = await api.post('auth/siwe/verify', {
message,
Expand Down

0 comments on commit 61aba92

Please sign in to comment.