Sync mock profile after initial creation

cgen-dade1514be1741e7bd59a44fb2f95ae0
This commit is contained in:
Builder.io 2025-09-30 22:10:02 +00:00
parent 3cbf1cdecb
commit d313d64dab

View file

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