Skip to content

Commit

Permalink
Show secret key import by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Oct 5, 2020
1 parent 030d6cc commit 972492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AccountCreation/hooks/useAccountCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function useAccountCreation(options: UseAccountCreationOptions) {
repeatedPassword: "",
requiresPassword: true,
testnet: options.testnet,
useMnemonic: true
useMnemonic: false
}))

const createNewAccount = async (accountCreation: AccountCreation) => {
Expand Down

0 comments on commit 972492f

Please sign in to comment.