Skip to content

Commit 8cac5a5

Browse files
committed
Revert "fix: update token retrieval method in FaucetRoute to skip cache"
This reverts commit 6d13c2c.
1 parent 6d13c2c commit 8cac5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/$chainSlug/_layout/faucet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function FaucetRoute() {
5050
throw new Error('User not connected or no address specified');
5151
}
5252

53-
const token = await getToken({ skipCache: true });
53+
const token = await getToken({ leewayInSeconds: 10 });
5454
if (!token) {
5555
throw new Error('Unable to get authentication token');
5656
}

0 commit comments

Comments
 (0)