Skip to content

Commit 136e216

Browse files
authored
Merge pull request #257 from CSE-Shaco/develop
test: add google login test callback page
2 parents df34cc3 + beb8f69 commit 136e216

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)