You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
comment typo
This commit is contained in:
@ -178,7 +178,7 @@ export default React.createClass({
|
|||||||
this.setState({
|
this.setState({
|
||||||
passPhrase: e.target.value,
|
passPhrase: e.target.value,
|
||||||
// precompute this and keep it in state: zxcvbn is fast but
|
// precompute this and keep it in state: zxcvbn is fast but
|
||||||
// we use it in a couple of different places so so point recomputing
|
// we use it in a couple of different places so no point recomputing
|
||||||
// it unnecessarily.
|
// it unnecessarily.
|
||||||
zxcvbnResult: scorePassword(e.target.value),
|
zxcvbnResult: scorePassword(e.target.value),
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user