account management update

This commit is contained in:
Christien Rioux 2024-07-31 12:04:43 -05:00
parent 01c6490ec4
commit 5e4f47d5a1
42 changed files with 1663 additions and 831 deletions

View file

@ -72,7 +72,7 @@ class RouterCubit extends Cubit<RouterState> {
final extra = state.extra! as List<Object?>;
return EditAccountPage(
superIdentityRecordKey: extra[0]! as TypedKey,
existingProfile: extra[1]! as proto.Profile,
existingAccount: extra[1]! as proto.Account,
accountRecord: extra[2]! as OwnedDHTRecordPointer,
);
},