oopsie
This commit is contained in:
parent
9c43de08db
commit
1b17e0d0ce
@ -35,7 +35,7 @@ class ThirdPartyProvider with ChangeNotifier {
|
||||
Future<void> restore() async {
|
||||
String? userId = Provider.of<UserProvider>(_context, listen: false).id;
|
||||
|
||||
// Load absences from the database
|
||||
// load accounts from db
|
||||
if (userId != null) {
|
||||
var dbLinkedAccounts =
|
||||
await Provider.of<DatabaseProvider>(_context, listen: false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user