Téléverser les fichiers vers "workstation-setup/src"
This commit is contained in:
@@ -1078,7 +1078,6 @@ Kirigami.ApplicationWindow {
|
||||
SecretField {
|
||||
id: currentPin
|
||||
placeholderText: "PIN temporaire"
|
||||
inputMethodHints: Qt.ImhDigitsOnly
|
||||
}
|
||||
|
||||
FieldLabel {
|
||||
@@ -1089,7 +1088,6 @@ Kirigami.ApplicationWindow {
|
||||
SecretField {
|
||||
id: newPin
|
||||
placeholderText: "Nouveau PIN personnel"
|
||||
inputMethodHints: Qt.ImhDigitsOnly
|
||||
}
|
||||
|
||||
FieldLabel {
|
||||
@@ -1100,7 +1098,6 @@ Kirigami.ApplicationWindow {
|
||||
SecretField {
|
||||
id: confirmPin
|
||||
placeholderText: "Confirmez le nouveau PIN"
|
||||
inputMethodHints: Qt.ImhDigitsOnly
|
||||
}
|
||||
|
||||
Controls.Label {
|
||||
|
||||
Reference in New Issue
Block a user