AuthWeakPasswordError
import { AuthWeakPasswordError } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";Error thrown when a supplied password is considered weak.
@example
import { AuthWeakPasswordError } from '@supabase/auth-js'
throw new AuthWeakPasswordError('Password too short', 400, ['min_length'])