Téléverser les fichiers vers "workstation-setup/src"

This commit is contained in:
2026-08-19 10:51:58 +02:00
parent 6e246adb38
commit 5b4a49b49a
2 changed files with 9 additions and 3 deletions
-3
View File
@@ -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 {