We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0340194 commit 58297a1Copy full SHA for 58297a1
catalyst_voices/packages/internal/catalyst_voices_blocs/lib/src/account/account_cubit.dart
@@ -92,7 +92,8 @@ final class AccountCubit extends Cubit<AccountState> {
92
.toList();
93
94
return AccountState(
95
- status: const AccountFinalized(),
+ // Note. account status is not supported for f14.
96
+ status: const None(),
97
catalystId: catalystId,
98
username: Username.pure(catalystId?.username ?? ''),
99
email: Email.pure(from?.email ?? ''),
0 commit comments