Skip to content

Commit

Permalink
fix: add revalidate on change to faucet form
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 9, 2024
1 parent 82113e5 commit 4bcf51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/staking/app/faucet/AuthModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const AuthModule = () => {
discordId: '',
telegramId: '',
},
reValidateMode: 'onChange',
});

const successMessage = (hash: Address) => (
Expand Down

0 comments on commit 4bcf51b

Please sign in to comment.