mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 21:01:07 +02:00
Disable spellcheck on the recovery key entry
This commit is contained in:
parent
24baf19d65
commit
5f2127ddf5
@ -290,7 +290,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
|
||||
content = <div>
|
||||
<p>{_t("Use your Security Key to continue.")}</p>
|
||||
|
||||
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this._onRecoveryKeyNext}>
|
||||
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this._onRecoveryKeyNext} spellCheck={false}>
|
||||
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry">
|
||||
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry_textInput">
|
||||
<Field
|
||||
|
Loading…
x
Reference in New Issue
Block a user