completionId: cgen-0f6844e20cb74558a336af35c80076be

cgen-0f6844e20cb74558a336af35c80076be
This commit is contained in:
Builder.io 2025-11-10 23:56:40 +00:00
parent c5a33d9e86
commit 0a52c8c9f1

View file

@ -385,6 +385,12 @@ export default function Onboarding() {
: Promise.resolve(),
aethexAchievementService.checkAndAwardOnboardingAchievement(user.id),
creatorProfilePromise,
aethexNotificationService.createNotification(
user.id,
"success",
"🎉 Welcome to AeThex!",
"You've completed your profile setup. Let's get started!",
),
]).catch(() => undefined);
// Mark onboarding complete locally (UI fallback)