Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Server/webroot/ngax/templates/restore.html')
-rw-r--r--Duplicati/Server/webroot/ngax/templates/restore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/templates/restore.html b/Duplicati/Server/webroot/ngax/templates/restore.html
index e67a35386..4d905647f 100644
--- a/Duplicati/Server/webroot/ngax/templates/restore.html
+++ b/Duplicati/Server/webroot/ngax/templates/restore.html
@@ -134,7 +134,7 @@
or, in case of GPG encryption, leave blank to let gpg retrieve the passphrase by
invoking your system's keychain.
</p>
- <input type="password" name="restore_path" id="passphrase" ng-model="passphrase"
+ <input autocomplete="new-password" type="password" name="restore_path" id="passphrase" ng-model="passphrase"
placeholder="{{'Type passphrase here.' | translate}}" />
</div>