client.auth.signIn instead of client.auth.signUp (see https://github.com/supabase/supabase/discussions/1226).client.auth.signIn does not accept any data to be passed along. And even if it did, I do not want to override the username if the user was already registered before.