JWT_AUTH_SECRET => AUTH_SECRET

This commit is contained in:
Maidul Islam
2024-01-25 17:10:14 -05:00
committed by Akhil Mohan
parent d1597ed8da
commit 0c20cb0f91

View File

@@ -50,7 +50,7 @@ export default {
tokenVersionId: seedData1.token.id,
accessVersion: 1
},
cfg.JWT_AUTH_SECRET,
cfg.AUTH_SECRET,
{ expiresIn: cfg.JWT_AUTH_LIFETIME }
);
} catch (error) {