|
@@ -3,7 +3,7 @@ import {
|
|
|
StorageKeys,
|
|
|
} from '../globalConstants';
|
|
|
import CryptoJS from "crypto-js";
|
|
|
-const secretKey = import.meta.env.VITE_SECRET_KEY;
|
|
|
+const secretKey = import.meta.env.VITE_SECRET_KEY || 'prims@2024';
|
|
|
|
|
|
let tokenExpiration = DEFAULT_AUTHORIZATION_TOKEN_EXPIRATION;
|
|
|
|