Skip to content

Commit

Permalink
Update badger account creation name
Browse files Browse the repository at this point in the history
  • Loading branch information
froozeify committed Feb 20, 2025
1 parent 7ca41e6 commit 05280a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ClubService.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getBadger(Club $club): ?User {
$user
->setAccountActivated(true)
->setFirstname('Badger')
->setLastname('BADGER')
->setLastname($club->getName() ?? 'BADGER')
->setRole(UserRole::badger)
->setEmail("badger@{$club->getUuid()->toString()}");

Expand Down

0 comments on commit 05280a0

Please sign in to comment.