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