feat: Correct User Exists Validation
This commit is contained in:
parent
fcfb1af958
commit
d3fb5b7867
@ -21,7 +21,7 @@ async function bootstrap() {
|
||||
// CORS
|
||||
app.enableCors({
|
||||
origin: process.env.ALLOWED_ORIGINS?.split(',') || '*',
|
||||
credentials: true,
|
||||
credentials: false,
|
||||
});
|
||||
|
||||
// Swagger
|
||||
|
||||
Loading…
Reference in New Issue
Block a user