diff --git a/refilc/lib/providers/third_party_provider.dart b/refilc/lib/providers/third_party_provider.dart index 99dccf0..0a4fdfb 100644 --- a/refilc/lib/providers/third_party_provider.dart +++ b/refilc/lib/providers/third_party_provider.dart @@ -35,7 +35,7 @@ class ThirdPartyProvider with ChangeNotifier { Future restore() async { String? userId = Provider.of(_context, listen: false).id; - // Load absences from the database + // load accounts from db if (userId != null) { var dbLinkedAccounts = await Provider.of(_context, listen: false)