[go: nahoru, domu]

Skip to content

Commit

Permalink
this too
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Mar 2, 2024
1 parent fa96aa8 commit 6f358f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { redirect } from "next/navigation";
import { createClient } from "@/lib/utils/supabase/server";

export async function signup(formData: FormData) {
const supabase = createClient();
const supabase = await createClient();

// type-casting here for convenience
// in practice, you should validate your inputs
Expand Down

0 comments on commit 6f358f8

Please sign in to comment.