Keep mock profile in sync after Supabase update

cgen-4231258ed8f34bf6a446f5555fd27689
This commit is contained in:
Builder.io 2025-09-30 22:09:49 +00:00
parent 37a549f3e7
commit 3cbf1cdecb

View file

@ -290,6 +290,10 @@ export const aethexUserService = {
throw error;
}
try {
await mockAuth.updateProfile(userId as any, updates as any);
} catch {}
return data as AethexUserProfile;
},