Fix comment
This commit is contained in:
parent
fd8d0d8986
commit
d05d0671ba
1 changed files with 2 additions and 2 deletions
|
@ -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 }) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue