Skip to content

Commit

Permalink
stil testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kkatusic committed Nov 14, 2024
1 parent 1a3e420 commit 39bf606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/EditUserModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const EditUserModal = ({
const { data } = await client.mutate({
mutation: SEND_USER_EMAIL_CONFIRMATION_CODE_FLOW,
variables: {
email: 'test£gmail.com',
email: 'kkatusic@gmail.com',
},
});
console.log(data);
Expand Down

0 comments on commit 39bf606

Please sign in to comment.