Sync mock profile after initial creation
cgen-dade1514be1741e7bd59a44fb2f95ae0
This commit is contained in:
parent
3cbf1cdecb
commit
d313d64dab
1 changed files with 4 additions and 0 deletions
|
|
@ -375,6 +375,10 @@ export const aethexUserService = {
|
|||
throw error;
|
||||
}
|
||||
|
||||
try {
|
||||
await mockAuth.updateProfile(userId as any, data as any);
|
||||
} catch {}
|
||||
|
||||
return {
|
||||
...data,
|
||||
onboarded: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue