Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/views/settings/encryption/RecoveryPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { useMatrixClientContext } from "../../../../contexts/MatrixClientContext
import { SettingsHeader } from "../SettingsHeader";
import { useAsyncMemo } from "../../../../hooks/useAsyncMemo";

// This comment is here to allow to create the PR.

/**
* The possible states of the recovery panel.
* - `loading`: We are checking the recovery key and the secrets.
Expand Down
Loading