ledger account describibale support
This commit is contained in:
@@ -165,8 +165,10 @@ class AccountProvider extends ChangeNotifier {
|
||||
Future<void> signup({
|
||||
required AccountData account,
|
||||
required Describable organization,
|
||||
required String timezone,
|
||||
required Describable ownerRole,
|
||||
required Describable cryptoWallet,
|
||||
required Describable ledgerWallet,
|
||||
required String timezone,
|
||||
}) async {
|
||||
_setResource(_resource.copyWith(isLoading: true, error: null));
|
||||
try {
|
||||
@@ -176,6 +178,8 @@ class AccountProvider extends ChangeNotifier {
|
||||
organization: organization,
|
||||
organizationTimeZone: timezone,
|
||||
ownerRole: ownerRole,
|
||||
cryptoWallet: cryptoWallet,
|
||||
ledgerWallet: ledgerWallet,
|
||||
),
|
||||
);
|
||||
// Signup might not automatically log in the user,
|
||||
|
||||
Reference in New Issue
Block a user