Skip to content

Commit

Permalink
fix: to use username in toast after first login user creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyang-98 committed Jun 27, 2024
1 parent 8d43e3c commit e826456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/contexts/current-user-info-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function CurrentUserInfoContextProvider({
description: (
<p>
You are able to access Flowforge features now. Welcome{" "}
<strong>name</strong>!
<strong>{username}</strong>!
</p>
),
})
Expand Down

0 comments on commit e826456

Please sign in to comment.