Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/deps.ts>supabase.GoTrueClient#updateUser

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
method supabase.GoTrueClient.prototype.updateUser
Re-export
import { supabase } from "https://deno.land/x/blocks@1.63.13/deps.ts";
const { GoTrueClient } = supabase;

Updates user data for a logged in user.

Parameters

attributes: UserAttributes
optional
options: { emailRedirectTo?: string | undefined; }