contacts work

This commit is contained in:
Christien Rioux 2023-08-03 00:49:48 -04:00
parent f52094c105
commit 95ed8b28a0
6 changed files with 162 additions and 105 deletions

View file

@ -87,7 +87,7 @@ class ActiveAccountInfo {
/// Get the active account info
@riverpod
Future<ActiveAccountInfo?> fetchActiveAccount(FetchAccountRef ref) async {
Future<ActiveAccountInfo?> fetchActiveAccount(FetchActiveAccountRef ref) async {
// See if we've logged into this account or if it is locked
final activeUserLogin = await ref.watch(loginsProvider.future
.select((value) async => (await value).activeUserLogin));