change validation
This commit is contained in:
@@ -109,11 +109,6 @@ export async function registration(
|
||||
}
|
||||
});
|
||||
|
||||
console.log('response <======');
|
||||
console.log(response);
|
||||
console.log('process.env.SESSION_SECRET <======');
|
||||
console.log(process.env?.SESSION_SECRET);
|
||||
|
||||
if (response.ok) {
|
||||
console.log('enter response ok <======');
|
||||
let parsed = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user