Fix toast usage in Login component

cgen-e1c8f88d294244e0a2add4499ee11438
This commit is contained in:
Builder.io 2025-08-16 04:20:40 +00:00
parent ba86ca54b0
commit 9a99b23ca7

View file

@ -55,7 +55,7 @@ export default function Login() {
user_type: "game_developer", // Default, can be changed in onboarding user_type: "game_developer", // Default, can be changed in onboarding
username: email.split("@")[0], // Generate username from email username: email.split("@")[0], // Generate username from email
}); });
aethexToast.success({ toastSuccess({
title: "Account created!", title: "Account created!",
description: description:
"Please check your email to verify your account, then sign in.", "Please check your email to verify your account, then sign in.",