2026.06.05 frontend javítgatás és új belépési logika megvalósítva

This commit is contained in:
Roo
2026-06-05 05:46:04 +00:00
parent 59a30ac428
commit 18524a08f2
38 changed files with 3967 additions and 1028 deletions

View File

@@ -8,6 +8,8 @@ from .identity import (
ActiveVoucher,
UserTrustProfile,
UserRole,
Device,
UserDeviceLink,
)
from .address import (
@@ -38,6 +40,8 @@ __all__ = [
"ActiveVoucher",
"UserTrustProfile",
"UserRole",
"Device",
"UserDeviceLink",
"Address",
"GeoPostalCode",
"GeoStreet",