Skip to content

Commit

Permalink
chore: added another console stmnt
Browse files Browse the repository at this point in the history
  • Loading branch information
NoorFatima01 committed May 6, 2024
1 parent ac96011 commit 81c4015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/login-buttons/google-login-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export default function LoginWithGoogleButton(props: { nextUrl?: string }) {
// eslint-disable-next-line no-console
console.log(`${location.origin}/api/auth/callback?next=${props.nextUrl}`);
const supabase = createSupabaseBrowserClient();
// eslint-disable-next-line no-console
console.log(`${location.origin}`);

const handleLogin = async () => {
await supabase.auth.signInWithOAuth({
Expand Down

0 comments on commit 81c4015

Please sign in to comment.