Skip to content

Commit bdb1012

Browse files
andybalaamrichvdh
andauthored
Improve docs of ResetIdentityPanel
Co-authored-by: Richard van der Hoff <[email protected]>
1 parent 973bc9a commit bdb1012

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/views/settings/encryption/ResetIdentityBody.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ interface ResetIdentityBodyProps {
4747
export type ResetIdentityBodyVariant = "compromised" | "forgot" | "sync_failed";
4848

4949
/**
50-
* Reset the user's cryptographic identity. Used by ResetIdentityPanel.
50+
* User interface component allowing the user to reset their cryptographic identity.
51+
*
52+
* Used by {@link ResetIdentityPanel}.
5153
*/
5254
export function ResetIdentityBody({ onCancelClick, onFinish, variant }: ResetIdentityBodyProps): JSX.Element {
5355
const matrixClient = useMatrixClientContext();

0 commit comments

Comments
 (0)