ledger account describibale support
This commit is contained in:
@@ -71,6 +71,14 @@ class SignUpFormState extends State<SignUpForm> {
|
||||
name: locs.ownerRole,
|
||||
description: locs.ownerRoleDescription,
|
||||
),
|
||||
cryptoWallet: newDescribable(
|
||||
name: locs.cryptoWallet,
|
||||
description: locs.cryptoWalletDesc,
|
||||
),
|
||||
ledgerWallet: newDescribable(
|
||||
name: locs.ledgerWallet,
|
||||
description: locs.ledgerWalletDesc,
|
||||
),
|
||||
);
|
||||
onSignUp();
|
||||
return 'ok';
|
||||
|
||||
Reference in New Issue
Block a user