My favourite typo :(

This commit is contained in:
David Baker 2019-01-10 15:19:56 +00:00
parent e50f15ac15
commit bd5e0d1821

View file

@ -162,7 +162,7 @@ export default React.createClass({
if (e.key === 'Enter') { if (e.key === 'Enter') {
// If we're waiting for the timeout before updating the result at this point, // If we're waiting for the timeout before updating the result at this point,
// skip ahead and do it now, otherwise we'll deny the attempt to proceed // skip ahead and do it now, otherwise we'll deny the attempt to proceed
// even if the user enetered a valid passphrase // even if the user entered a valid passphrase
if (this._setZxcvbnResultTimeout !== null) { if (this._setZxcvbnResultTimeout !== null) {
clearTimeout(this._setZxcvbnResultTimeout); clearTimeout(this._setZxcvbnResultTimeout);
this._setZxcvbnResultTimeout = null; this._setZxcvbnResultTimeout = null;