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

Fix cross signing setup from settings screen #6633

Merged
merged 1 commit into from
Aug 23, 2021

Commits on Aug 18, 2021

  1. Fix cross sisgning setup from settings screen

    We previously called bootstrap without the cache callbacks set up
    which meant it prompted you for you password once for each of the
    three keys it fished out of SSSS. Instead, display the same dialog
    we display from the verify toast.
    
    Also, in the case where you hadn't verified yet, the button didn't
    do anything at all, so make it trigger a verification & change the
    caption appropriately.
    
    Add a state to reflect when cross signing is set up but SSSS isn't
    (ie. user hasn't yet set up backup / set a passphrase).
    dbkr committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    08b37eb View commit details
    Browse the repository at this point in the history