import { supabase } from "https://deno.land/x/deco@1.59.1/deps.ts";
const { GoTrueClient } = supabase;
Sends a password reset request to an email address. This method supports the PKCE flow.
x/deco/deps.ts>supabase.GoTrueClient#resetPasswordForEmail
import { supabase } from "https://deno.land/x/deco@1.59.1/deps.ts";
const { GoTrueClient } = supabase;
Sends a password reset request to an email address. This method supports the PKCE flow.