Skip to content

Commit 58297a1

Browse files
chore(cat-voices): hide account status (#2098)
* hide account status * chore: spelling
1 parent 0340194 commit 58297a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

catalyst_voices/packages/internal/catalyst_voices_blocs/lib/src/account/account_cubit.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ final class AccountCubit extends Cubit<AccountState> {
9292
.toList();
9393

9494
return AccountState(
95-
status: const AccountFinalized(),
95+
// Note. account status is not supported for f14.
96+
status: const None(),
9697
catalystId: catalystId,
9798
username: Username.pure(catalystId?.username ?? ''),
9899
email: Email.pure(from?.email ?? ''),

0 commit comments

Comments
 (0)