mirror of
https://github.com/tappollo/booster.git
synced 2026-04-29 10:05:51 +08:00
feat: add complete
This commit is contained in:
@@ -132,7 +132,12 @@ const OnboardingProfile = ({
|
||||
return;
|
||||
}
|
||||
setSaving(true);
|
||||
await update({ avatar: avatar!, name, email });
|
||||
await update({
|
||||
avatar: avatar!,
|
||||
name,
|
||||
email,
|
||||
onboardingCompleted: 1,
|
||||
});
|
||||
setSaving(false);
|
||||
if (!isEditing) {
|
||||
resetRoute?.();
|
||||
|
||||
Reference in New Issue
Block a user