mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
Merge "Disable autocompletion of one-time tokens"
This commit is contained in:
commit
8fdbebc9d3
|
@ -47,6 +47,8 @@ class OATHAuthHooks {
|
|||
'size' => 20,
|
||||
'autofocus' => true,
|
||||
'persistent' => false,
|
||||
'autocomplete' => false,
|
||||
'spellcheck' => false,
|
||||
];
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue