feat(MED-97): small fixes

This commit is contained in:
2025-09-26 15:37:47 +03:00
parent 0aa16c457a
commit 428cbd9477
7 changed files with 15 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ async function JoinTeamAccountPage(props: JoinTeamAccountPageProps) {
return (
<AuthLayoutShell Logo={AppLogo}>
<AcceptInvitationContainer
fullName={fullName}
fullName={fullName || auth.data.email || ''}
inviteToken={token}
invitation={invitation}
paths={{