Skip to content

Conversation

@AM-ASKY-97
Copy link
Contributor

86b1u0zh6: I have completed Email integration using Gmail

@AM-ASKY-97 AM-ASKY-97 requested a review from bsaranga August 27, 2024 20:54
Copy link
Contributor

@bsaranga bsaranga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't commit node_modules make sure it's ignored via .gitignore

if (!cookie || cookie.value != 'authenticated') {
return NextResponse.redirect(`${process.env.BASE_URL}/login`);
}
// let cookie = request.cookies.get("token");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's not comment these, we will wait for completed authentication middleware and use it here.

Copy link
Contributor

@bsaranga bsaranga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attend to the changes requested.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants