File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11package com.github.adrienpessu.sarifviewer.configurable
22
33import com.intellij.ui.components.JBLabel
4+ import com.intellij.ui.components.JBPasswordField
45import com.intellij.ui.components.JBTextField
56import com.intellij.util.ui.FormBuilder
67import javax.swing.JComponent
@@ -9,9 +10,9 @@ import javax.swing.JPanel
910
1011class SettingComponent {
1112 private var myMainPanel: JPanel ? = null
12- private val ghTokenText = JBTextField ()
13+ private val ghTokenText = JBPasswordField ()
1314 private val ghesHostnameText = JBTextField ()
14- private val ghesTokenText = JBTextField ()
15+ private val ghesTokenText = JBPasswordField ()
1516
1617 init {
1718 myMainPanel = FormBuilder .createFormBuilder()
You can’t perform that action at this time.
0 commit comments