diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/secret/secretSources/PromptSecretSource.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/secret/secretSources/PromptSecretSource.kt index bbb9919..bf69f2f 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/secret/secretSources/PromptSecretSource.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/secret/secretSources/PromptSecretSource.kt @@ -8,7 +8,7 @@ import javax.swing.* class PasswordPanel : JPanel(FlowLayout()) { - private val passwordField = JPasswordField(20) + private val passwordField = JPasswordField(30) private var entered = false val enteredPassword