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 07cc972 commit 487b03aCopy full SHA for 487b03a
src/hook.ts
@@ -16,7 +16,8 @@ import type {
16
const FIVE_SECONDS_IN_MS = 5 * 1000;
17
18
function isNotTimeSkewError(error: RequestError) {
19
- return !(error.message.match(
+ return !(
20
+ error.message.match(
21
/'Expiration time' claim \('exp'\) is too far in the future/,
22
) ||
23
error.message.match(
0 commit comments