File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242 autocomplete =" new-password"
4343 :label =" $gettext('Password')"
4444 :placeholder =" $gettext('optional')"
45- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
45+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
4646 :type =" showPassword ? 'text' : 'password'"
4747 @click:append-inner =" showPassword = !showPassword"
4848 ></v-text-field >
Original file line number Diff line number Diff line change 169169 autocomplete =" new-password"
170170 :label =" $gettext('Password')"
171171 placeholder =" ********"
172- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
172+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
173173 :type =" showPassword ? 'text' : 'password'"
174174 @click:append-inner =" showPassword = !showPassword"
175175 ></v-text-field >
Original file line number Diff line number Diff line change 4141 autocapitalize =" none"
4242 autocomplete =" current-password"
4343 class =" input-password text-monospace text-selectable"
44- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
44+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
4545 prepend-inner-icon =" mdi-lock"
4646 @click:append-inner =" showPassword = !showPassword"
4747 @keyup.enter =" onConfirm"
Original file line number Diff line number Diff line change 4646 autocomplete =" current-password"
4747 class =" input-password text-selectable"
4848 prepend-inner-icon =" mdi-lock"
49- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
49+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
5050 @click:append-inner =" showPassword = !showPassword"
5151 @keyup.enter =" onSetup"
5252 ></v-text-field >
215215 :placeholder =" $gettext('Password')"
216216 class =" input-password text-selectable"
217217 prepend-inner-icon =" mdi-lock"
218- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
218+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
219219 @click:append-inner =" showPassword = !showPassword"
220220 @keyup.enter =" onDeactivate"
221221 ></v-text-field >
Original file line number Diff line number Diff line change 2121 <v-text-field
2222 v-model =" oldPassword"
2323 hide-details
24- type =" password"
24+ : type =" showPassword ? 'text' : ' password' "
2525 autocorrect =" off"
2626 autocapitalize =" none"
2727 autocomplete =" current-password"
2828 :disabled =" busy"
2929 :maxlength =" maxLength"
30- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
30+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
3131 :label =" $gettext('Current Password')"
3232 class =" input-current-password"
3333 @click:append-inner =" showPassword = !showPassword"
Original file line number Diff line number Diff line change 8989 :label="label.pass"
9090 :placeholder="link.HasPassword ? '••••••••' : 'optional'"
9191 color="surface-variant"
92- :append-inner-icon="showPassword ? 'mdi-eye' : 'mdi-eye-off '"
92+ :append-inner-icon="showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
9393 :type="showPassword ? 'text' : 'password'"
9494 @click:append-inner="showPassword = !showPassword"
9595 ></v-text-field>
Original file line number Diff line number Diff line change 9595 autocapitalize =" none"
9696 autocomplete =" current-password"
9797 class =" input-password text-selectable"
98- :append-inner-icon =" showPassword ? 'mdi-eye' : 'mdi-eye-off '"
98+ :append-inner-icon =" showPassword ? 'mdi-eye-off ' : 'mdi-eye'"
9999 prepend-inner-icon =" mdi-lock"
100100 @click:append-inner =" showPassword = !showPassword"
101101 @keyup.enter =" onLogin"
You can’t perform that action at this time.
0 commit comments