Skip to content

Commit fb85cf7

Browse files
committed
fix: default validity credentials
1 parent 13b41d1 commit fb85cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@utils/credentialExpiration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface CredentialStatus {
1010
const runtimeConfig = getRuntimeConfig()
1111
const CREDENTIAL_VALIDITY_DURATION =
1212
Number(runtimeConfig.NEXT_PUBLIC_CREDENTIAL_VALIDITY_DURATION) ||
13-
5 * 60 * 1000
13+
10 * 60 * 1000
1414

1515
export function createCredentialStatus(
1616
isValid: boolean,

0 commit comments

Comments
 (0)