Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix a fresh login creating a new key backup #12106

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Commits on Jan 4, 2024

  1. Element-R: fix repeated requests to enter 4S key during cross-signing…

    … reset (#12059)
    
    * Remove redundant `forceReset` parameter
    
    This was always true, so let's get rid of it.
    
    Also some function renames.
    
    * Factor out new `withSecretStorageKeyCache` helper
    
    ... so that we can use the cache without the whole of `accessSecretStorage`.
    
    * Cache secret storage key during cross-signing reset
    
    * Playwright test for resetting cross-signing
    
    * CrossSigningPanel: Silence annoying react warnings
    
    React complains if we don't include an explicit `tbody`.
    
    * Simple unit test of reset button
    
    (cherry picked from commit de5931d)
    richvdh authored and t3chguy committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    46b28d7 View commit details
    Browse the repository at this point in the history
  2. Revert "Set up key backup using non-deprecated APIs (#12005)" (#12102)

    (cherry picked from commit 6107069)
    BillCarsonFr authored and t3chguy committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e072c36 View commit details
    Browse the repository at this point in the history