Skip to content

Commit

Permalink
Expand doc
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
dbkr and richvdh authored Mar 4, 2025
1 parent cf7fe04 commit 9cb8a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface Props {
}

/**
* Confirms that the user really wants to turn off and delete their key storage
* Confirms that the user really wants to turn off and delete their key storage. Part of the "Encryption" settings tab.
*/
export function DeleteKeyStoragePanel({ onFinish }: Props): JSX.Element {
const { setEnabled } = useKeyStoragePanelViewModel();
Expand Down

0 comments on commit 9cb8a55

Please sign in to comment.