Skip to content

Commit 8f8ed05

Browse files
committed
wip
1 parent 4de08ed commit 8f8ed05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/src/components/google-sign-in.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export function GoogleSignIn() {
1717
const handleSignIn = async () => {
1818
setLoading(true);
1919

20+
alert(getUrl());
21+
2022
if (isDesktopApp()) {
2123
const redirectTo = new URL("/api/auth/callback", getUrl());
2224

0 commit comments

Comments
 (0)