mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
feat: Make account switching work again
This commit is contained in:
@@ -8,4 +8,5 @@ class AuthenticationState with _$AuthenticationState {
|
||||
required String localUserId,
|
||||
required int apiVersion,
|
||||
}) = _Authenticated;
|
||||
const factory AuthenticationState.switchingAccounts() = _SwitchingAccounts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user