Skip to content

Commit 95fb3cc

Browse files
authored
refactor: Change timeout to 1 day (#191)
1 parent 7c6930c commit 95fb3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authorization/authorization.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
} from './utils';
1717
import { config } from '../utils/config';
1818

19-
const MAX_TIMEOUT = 24 * ONE_DAY;
19+
const MAX_TIMEOUT = ONE_DAY;
2020

2121
interface GenerateJWTPayload {
2222
email?: string;

0 commit comments

Comments
 (0)