feat: generate public key from private keys

This commit is contained in:
Andras Bacsai
2023-09-11 10:15:45 +02:00
parent fda4ea8cca
commit 02f6673345
8 changed files with 29 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
{
$this->selectedExistingPrivateKey = null;
$this->privateKeyType = $type;
if ($type === 'create' && !isDev()) {
if ($type === 'create') {
$this->createNewPrivateKey();
}
$this->currentState = 'create-private-key';