Skip to content

Commit

Permalink
chore: fixed lock-page team name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Nov 22, 2023
1 parent a9374a1 commit a83f452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@
"util": "^0.12.4",
"ng-packagr": "13.2.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class LockPageComponent implements OnInit {
this.name = `${teamMemberFirstName} ${teamMemberLastName}`;
this.initials = `${teamMemberFirstName[0].toUpperCase()}${teamMemberLastName[0].toUpperCase()}`;
this.email.setValue(teamMemberEmail);
this.teamName = teamMemberTeamName;
}
}

Expand Down

0 comments on commit a83f452

Please sign in to comment.