Fix toast usage in Login component
cgen-e1c8f88d294244e0a2add4499ee11438
This commit is contained in:
parent
ba86ca54b0
commit
9a99b23ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue