We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275ede6 commit 15f955cCopy full SHA for 15f955c
templates/components/password_field.html
@@ -2,8 +2,9 @@
2
{% import "components/field.html" as field %}
3
4
{% macro password_field(input_attributes, input_autocomplete="password", class="") %}
5
-<div class="password-field-container">
6
- <input {{ input_attributes }} class="cpd-text-control" type="password" autocomplete="{{input_autocomplete}}" required />
+<!-- use @vector-im/compound-web/src/components/Form/Controls/Action/Action.module.css -->
+<div class="password-field-container container">
7
+ <input {{ input_attributes }} class="cpd-text-control control" type="password" autocomplete="{{input_autocomplete}}" required />
8
<button type="button" class="action" onclick="togglePasswordVisibility(this)">
9
{{ icon.visibility_off() }}
10
</button>
0 commit comments