WIP a1f9ac44
Steve · 2024-09-20 06:45 1 file(s) · +0 −3
src/components/SignInButton.tsx +0 −3
4 4
	async function signInWithGithub() {
5 5
		await supabase.auth.signInWithOAuth({
6 6
			provider: "github",
7 -
			options: {
8 -
				redirectTo: "https://stevedylan.dev/auth/callback",
9 -
			},
10 7
		});
11 8
	}
12 9