🚧 (wip) testing with return context
This commit is contained in:
@ -7,6 +7,7 @@ import { getUserHeaderInformation } from "../../../helpers/http/userHeader/getUs
|
|||||||
export const googleCallbackController = async (
|
export const googleCallbackController = async (
|
||||||
ctx: Context & { query: { code: string; state: string } }
|
ctx: Context & { query: { code: string; state: string } }
|
||||||
) => {
|
) => {
|
||||||
|
return ctx;
|
||||||
try {
|
try {
|
||||||
const userHeaderInfo = getUserHeaderInformation(ctx);
|
const userHeaderInfo = getUserHeaderInformation(ctx);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user