Skip to content

Commit beb8f69

Browse files
committed
test: add google login test callback page
1 parent 95cf8ca commit beb8f69

File tree

1 file changed

+7
-0
lines changed
  • src/app/auth/signin/google/callback

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)