change log
This commit is contained in:
@@ -112,7 +112,7 @@ export async function registration(
|
|||||||
console.log('response <======');
|
console.log('response <======');
|
||||||
console.log(response);
|
console.log(response);
|
||||||
console.log('process.env.SESSION_SECRET <======');
|
console.log('process.env.SESSION_SECRET <======');
|
||||||
console.log(process.env.SESSION_SECRET);
|
console.log(process.env?.SESSION_SECRET);
|
||||||
|
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
console.log('enter response ok <======');
|
console.log('enter response ok <======');
|
||||||
|
|||||||
Reference in New Issue
Block a user