chore: lint
This commit is contained in:
@@ -189,7 +189,7 @@ router.get('/google', (req, res) => {
|
|||||||
// Step 2: Handle Google OAuth callback
|
// Step 2: Handle Google OAuth callback
|
||||||
router.get('/google/callback', async (req, res) => {
|
router.get('/google/callback', async (req, res) => {
|
||||||
const { code } = req.query;
|
const { code } = req.query;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Get access and refresh tokens
|
// Get access and refresh tokens
|
||||||
if (typeof code !== 'string') {
|
if (typeof code !== 'string') {
|
||||||
|
|||||||
Reference in New Issue
Block a user