Login/register pages now correctly unwrap API response {data: {token, user}}.
Cleaned up leftover apiFetch code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
91 B
Python
5 lines
91 B
Python
from . import models
|
|
from . import controllers
|
|
from . import services
|
|
from . import wizard
|