diff --git a/src/app/auth/signin/google/callback/page.jsx b/src/app/auth/signin/google/callback/page.jsx new file mode 100644 index 0000000..6d4c159 --- /dev/null +++ b/src/app/auth/signin/google/callback/page.jsx @@ -0,0 +1,7 @@ +'use client'; + +import { GoogleAuth } from '@/services/auth/signin/google/GoogleAuth'; + +export default function Page() { + return ; +}