mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-03-07 09:57:50 +08:00
fixed the recovery test guide
This commit is contained in:
@@ -1112,7 +1112,14 @@ function App() {
|
||||
</div>
|
||||
|
||||
<div className={activeTab === 'test-recovery' ? 'block' : 'hidden'}>
|
||||
<TestRecovery />
|
||||
<TestRecovery
|
||||
encryptionMode={encryptionMode}
|
||||
backupMessagePassword={backupMessagePassword}
|
||||
restoreMessagePassword={restoreMessagePassword}
|
||||
publicKeyInput={publicKeyInput}
|
||||
privateKeyInput={privateKeyInput}
|
||||
privateKeyPassphrase={privateKeyPassphrase}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user