mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 15:50:53 -07:00
Disable password autocomplete
It doesn't seem to work properly.
This commit is contained in:
parent
043f626850
commit
8ca7368200
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ $tw.utils.PasswordPrompt.prototype.createPrompt = function(options) {
|
|||
html.push("<input type='password' name='password' class='input-small' placeholder='Password'>",
|
||||
"<button type='submit' class='btn'>" + submitText + "</button>");
|
||||
form.className = "form-inline";
|
||||
form.setAttribute("autocomplete","off");
|
||||
form.innerHTML = html.join("\n");
|
||||
this.promptWrapper.appendChild(form);
|
||||
window.setTimeout(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue