Fixed current organization after normal registration

This commit is contained in:
Constantin Graf
2026-06-08 23:06:07 +02:00
committed by Constantin Graf
parent 24775d2c47
commit 0c825a691e
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class UserService
$intervalFormat,
$timeFormat,
);
$this->switchCurrentOrganization($user, $organization);
}
return $user;