frontend 2026-06-10 bontva a 2 felület

This commit is contained in:
Roo
2026-06-10 08:06:07 +00:00
parent b84b1bab41
commit 90e3173fbc
59 changed files with 8616 additions and 1412 deletions

View File

@@ -250,7 +250,7 @@ class AuthService:
org_full_name = org_tpl.format(last_name=p.last_name, first_name=p.first_name)
new_org = Organization(
full_name=org_full_name,
name=f"{p.last_name} Széfe",
name=f"{p.last_name} Garázsa",
folder_slug=generate_secure_slug(12),
org_type=OrgType.individual,
owner_id=user.id,