mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Use FormPasswordFieldDelegate on the sync page
This allows you to manually show the password, if you so desire.
This commit is contained in:
parent
6271a0fdc5
commit
a106f01697
1 changed files with 1 additions and 2 deletions
|
@ -64,11 +64,10 @@ FormCard.FormCardPage {
|
||||||
below: passwordDelegate
|
below: passwordDelegate
|
||||||
}
|
}
|
||||||
|
|
||||||
FormCard.FormTextFieldDelegate {
|
FormCard.FormPasswordFieldDelegate {
|
||||||
id: passwordDelegate
|
id: passwordDelegate
|
||||||
|
|
||||||
label: i18n("Password:")
|
label: i18n("Password:")
|
||||||
echoMode: TextInput.Password
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FormCard.FormDelegateSeparator {
|
FormCard.FormDelegateSeparator {
|
||||||
|
|
Loading…
Add table
Reference in a new issue