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.
1 parent 4de08ed commit 8f8ed05Copy full SHA for 8f8ed05
apps/dashboard/src/components/google-sign-in.tsx
@@ -17,6 +17,8 @@ export function GoogleSignIn() {
17
const handleSignIn = async () => {
18
setLoading(true);
19
20
+ alert(getUrl());
21
+
22
if (isDesktopApp()) {
23
const redirectTo = new URL("/api/auth/callback", getUrl());
24
0 commit comments