Hive, requestlog, etc

This commit is contained in:
2024-05-25 18:09:39 +02:00
parent 227d7871c2
commit 7e347a70c2
23 changed files with 1149 additions and 355 deletions

View File

@@ -71,7 +71,7 @@ class UserAccount extends ChangeNotifier {
throw Exception('Not authenticated');
}
final user = await APIClient.getUser(_auth!.userId, _auth!.token);
final user = await APIClient.getUser(_auth!, _auth!.userId);
setUser(user);