Fix comment

This commit is contained in:
David Baker 2024-12-05 16:27:02 +00:00
parent fd8d0d8986
commit d05d0671ba

View file

@ -25,8 +25,8 @@ interface Props {
} }
/* /*
* Walks the user through the process of creating a cross-signing keys and setting * Walks the user through the process of creating a cross-signing keys.
* up message key backup. In most cases, only a spinner is shown, but for more * In most cases, only a spinner is shown, but for more
* complex auth like SSO, the user may need to complete some steps to proceed. * complex auth like SSO, the user may need to complete some steps to proceed.
*/ */
const InitialCryptoSetupDialog: React.FC<Props> = ({ matrixClient, accountPassword, tokenLogin, onFinished }) => { const InitialCryptoSetupDialog: React.FC<Props> = ({ matrixClient, accountPassword, tokenLogin, onFinished }) => {