1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-06 12:39:51 +00:00

fixed loading user when starting app

This commit is contained in:
benimautner 2022-05-07 17:44:11 +02:00
parent 48b01c8167
commit b21d2a883a

View File

@ -204,7 +204,7 @@ class VikunjaGlobalState extends State<VikunjaGlobal> {
});
return;
}
client.configure(token: token, base: base);
client.configure(token: token, base: base, authenticated: true);
var loadedCurrentUser;
try {
loadedCurrentUser = await UserAPIService(client).getCurrentUser();