feat: Make account switching work again

This commit is contained in:
Anton Stubenbord
2023-05-12 00:37:07 +02:00
parent 2980e97747
commit 891ab8985b
7 changed files with 162 additions and 12 deletions

View File

@@ -8,4 +8,5 @@ class AuthenticationState with _$AuthenticationState {
required String localUserId,
required int apiVersion,
}) = _Authenticated;
const factory AuthenticationState.switchingAccounts() = _SwitchingAccounts;
}