Skip to content

Commit 5ac0788

Browse files
committed
autoclose accordeon after generating password
1 parent 08bdea8 commit 5ac0788

File tree

1 file changed

+2
-1
lines changed
  • frontend/app/templates/components/encryptable

1 file changed

+2
-1
lines changed

Diff for: frontend/app/templates/components/encryptable/form.hbs

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
@size="small"/>
107107
</div>
108108
<button id="password-generate-button" class="btn btn-secondary btn-sm col-lg-7 mb-md-4" {{on
109-
"click" this.setRandomPassword}}
109+
"click" this.setRandomPassword }} {{on
110+
"click" (fn acc.change 1)}}
110111
tabindex="4">
111112
{{t "encryptable/credentials.edit.random_password"}}
112113
</button>

0 commit comments

Comments
 (0)