change log

This commit is contained in:
smanylov
2025-12-04 14:21:53 +07:00
parent 231e33e066
commit b42aea1a54
+1 -1
View File
@@ -112,7 +112,7 @@ export async function registration(
console.log('response <======');
console.log(response);
console.log('process.env.SESSION_SECRET <======');
console.log(process.env.SESSION_SECRET);
console.log(process.env?.SESSION_SECRET);
if (response.ok) {
console.log('enter response ok <======');