We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d964aa commit 6797e11Copy full SHA for 6797e11
src/routes/$chainSlug/_layout/faucet.tsx
@@ -50,7 +50,7 @@ function FaucetRoute() {
50
throw new Error('User not connected or no address specified');
51
}
52
53
- const token = await getToken();
+ const token = await getToken({ leewayInSeconds: 10 });
54
if (!token) {
55
throw new Error('Unable to get authentication token');
56
0 commit comments