Skip to content

Commit

Permalink
doc(encryption tab): improve RecoveryPanelOutOfSync documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 30, 2025
1 parent bbb2b01 commit afe59ef
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ interface RecoveryPanelOutOfSyncProps {
}

/**
* This component is shown when the user secrets are not cached and the recovery key needs to be entered.
* This component is shown as part of the {@link EncryptionUserSettingsTab}, instead of the
* {@link RecoveryPanel}, when some of the user secrets are not cached in the local client.
*
* It prompts the user to enter their recovery key so that the secrets can be loaded from 4S into
* the client.
*/
export function RecoveryPanelOutOfSync({ onFinish }: RecoveryPanelOutOfSyncProps): JSX.Element {
return (
Expand Down

0 comments on commit afe59ef

Please sign in to comment.