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