QOL: Patient Manager overhaul pt1
This commit is contained in:
parent
6542f1c399
commit
4fe544b35f
9 changed files with 399 additions and 987 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue