fixed the recovery test guide

This commit is contained in:
LC mac
2026-03-02 00:36:46 +08:00
parent 87bf40f27b
commit 42be142e11
2 changed files with 429 additions and 77 deletions

View File

@@ -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>