We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df34cc3 + beb8f69 commit 136e216Copy full SHA for 136e216
src/app/auth/signin/google/callback/page.jsx
@@ -0,0 +1,7 @@
1
+'use client';
2
+
3
+import { GoogleAuth } from '@/services/auth/signin/google/GoogleAuth';
4
5
+export default function Page() {
6
+ return <GoogleAuth />;
7
+}
0 commit comments