We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6930c commit 95fb3ccCopy full SHA for 95fb3cc
src/authorization/authorization.ts
@@ -16,7 +16,7 @@ import {
16
} from './utils';
17
import { config } from '../utils/config';
18
19
-const MAX_TIMEOUT = 24 * ONE_DAY;
+const MAX_TIMEOUT = ONE_DAY;
20
21
interface GenerateJWTPayload {
22
email?: string;
0 commit comments