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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-12 19:07:30 +0300
committerbrantje <brantje@gmail.com>2016-10-12 19:07:30 +0300
commit57142488350ce4bda06fa4f3bcf08592672286ac (patch)
tree99fd0555e5e5330721c0116f176aca623b59f541 /templates/views/vaults.html
parent8d01af481c8cf3f98782e43360c12184c6fb43c4 (diff)
Login to selected vault on enter press
Diffstat (limited to 'templates/views/vaults.html')
-rw-r--r--templates/views/vaults.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/vaults.html b/templates/views/vaults.html
index b5f874e8..003d388d 100644
--- a/templates/views/vaults.html
+++ b/templates/views/vaults.html
@@ -90,7 +90,7 @@
Please input the password for {{list_selected_vault.name}}
<div class="pw-input">
- <input type="password" ng-model="vault_key">
+ <input type="password" ng-model="vault_key" ng-enter="loginToVault(list_selected_vault, vault_key)">
<small class="last_access">Last accessed:
<span ng-if="list_selected_vault.last_access > 0">{{list_selected_vault.last_access * 1000 | date:'dd-MM-yyyy @ HH:mm:ss'}}</span>
<span ng-if="list_selected_vault.last_access === 0">Never</span>