Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadi2000 committed Nov 1, 2023
1 parent 5f1b347 commit a8a1472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/controllers/authController.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const { OTPGenerator } = require("../utils/otpgenerator");
const { default: axios } = require("axios");



require("dotenv").config();
const signup = async (req, res, isWeb) => {
try {
Expand Down Expand Up @@ -135,6 +136,7 @@ exports.googleLogin = async (req, res) => {
return googleLoginBase(req, res, true);
};
const googleLoginBase = async (req, res, isWeb) => {
console.log("hi")
try {
const { token } = req.body;
console.log({ token });
Expand Down

0 comments on commit a8a1472

Please sign in to comment.