QOL: Patient Manager overhaul pt1

This commit is contained in:
2025-11-13 14:03:16 +02:00
parent 6542f1c399
commit 4fe544b35f
9 changed files with 399 additions and 987 deletions

View File

@@ -180,7 +180,7 @@ class _MihHomeState extends State<MihHome> {
Future<void> getUserData() async {
if (!mounted) return;
String url;
await MihUserServices().getUserDetails(
await MihUserServices().getMyUserDetails(
context,
);
if (!mounted) return;